Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/issue-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
- name: Handle sub-issue creation requests
if: contains(github.event.comment.body, '/create-sub-issues')
run: |
comment_body="${{ github.event.comment.body }}"
issue_number="${{ github.event.issue.number }}"

# Extract sub-issue information from comment
Expand All @@ -107,4 +106,5 @@ jobs:
echo "❌ Invalid sub-issue creation format"
fi
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
comment_body: ${{ github.event.comment.body }}