We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846cbd0 commit 6b234a6Copy full SHA for 6b234a6
.github/workflows/on-pr-review-approve.yml
@@ -10,7 +10,7 @@ permissions:
10
11
jobs:
12
update-labels:
13
- if: github.event.review.state == 'approved'
+ # if: github.event.review.state == 'approved'
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions-ecosystem/action-remove-labels@v1
0 commit comments