Skip to content

Commit

Permalink
Run label check on any PR review
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock committed Jun 7, 2024
1 parent b97c516 commit 5049204
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/require_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

jobs:
check-labels:
if: github.event.review.state == 'APPROVED'
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 5049204

Please sign in to comment.