Skip to content

Commit

Permalink
github.event.number should work on both prs and issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 20, 2024
1 parent 5fae686 commit 458a225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue_creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
# Label the issue with the appropriate org using supersetbot
# - this requires for the author to be publicly associated with their org
# - and for the org to be listed in `supersetbot/src/metadata.js`
supersetbot orglabel --issue ${{ github.event.issue.number }} --repo ${{ github.repository }}
supersetbot orglabel --issue ${{ github.event.number }} --repo ${{ github.repository }}

0 comments on commit 458a225

Please sign in to comment.