Skip to content

Commit

Permalink
test5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahejkm committed May 16, 2024
1 parent 2090554 commit c1a7820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-label-on-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: github.event.review.state == 'commented'
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- run: gh pr edit "$NUMBER" --add-label "$LABELS"
env:
Expand Down

0 comments on commit c1a7820

Please sign in to comment.