We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0e5668 + 9d2ab02 commit 8cdcd9fCopy full SHA for 8cdcd9f
.github/workflows/issue-automation.yml
@@ -87,7 +87,6 @@ jobs:
87
- name: Handle sub-issue creation requests
88
if: contains(github.event.comment.body, '/create-sub-issues')
89
run: |
90
- comment_body="${{ github.event.comment.body }}"
91
issue_number="${{ github.event.issue.number }}"
92
93
# Extract sub-issue information from comment
@@ -107,4 +106,5 @@ jobs:
107
106
echo "❌ Invalid sub-issue creation format"
108
fi
109
env:
110
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ comment_body: ${{ github.event.comment.body }}
0 commit comments