Skip to content

Commit

Permalink
Update manage-pr-labels.yml (#2316)
Browse files Browse the repository at this point in the history
  • Loading branch information
krossgg authored Nov 12, 2024
1 parent 967f8cf commit 84520a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manage-pr-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
Labels:
name: On Approval
if: github.event.review.state == 'approved'
if: github.event_name == 'pull_request' || github.event.review.state == 'approved'
runs-on: ubuntu-latest
permissions:
pull-requests: read # needed to utilize required-labels
Expand Down

0 comments on commit 84520a3

Please sign in to comment.