Skip to content

Commit

Permalink
Use URL instead of number
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Apr 24, 2024
1 parent 9a06e0d commit f8dfb4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Remove `waiting-for-user` label
if: ${{ !contains(fromJSON('["COLLABORATOR","MEMBER","OWNER"]'), github.event.comment.author_association) }}
env:
ISSUE_NUMBER: ${{ github.event.issue.number }}
ISSUE: ${{ github.event.issue.html_url }}
GH_TOKEN: ${{ github.token }}
run: |
gh issue edit $ISSUE_NUMBER --add-label 'waiting-for-maintainer' --remove-label 'waiting-for-user'
gh issue edit $ISSUE --add-label 'waiting-for-maintainer' --remove-label 'waiting-for-user'

0 comments on commit f8dfb4e

Please sign in to comment.