Skip to content

Commit

Permalink
ci: run auto-label.yml only if `github.event.review.state == 'APPRO…
Browse files Browse the repository at this point in the history
…VED'` (#775)
  • Loading branch information
nsbarsukov authored Dec 15, 2023
1 parent 92cba20 commit 43d1311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

jobs:
label-when-approved:
if: github.event.review.state == 'APPROVED'
name: Label when approved
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 43d1311

Please sign in to comment.