Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Sep 23, 2024
1 parent f86bb4d commit da69b99
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/on-pr-review-submit.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
on:
pull_request_review:
types: [submitted]
pull_request:
push:
# pull_request_review:
# types: [submitted]

permissions:
# contents: read
pull-requests: write

jobs:
update-labels:
if: github.event.review.state == 'changes_requested'
# if: github.event.review.state == 'changes_requested'
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-add-labels@v1
with:
labels: S-waiting-on-author
- uses: actions-ecosystem/action-remove-labels@v1
with:
labels: S-waiting-on-review
# - uses: actions-ecosystem/action-remove-labels@v1
# with:
# labels: S-waiting-on-review

0 comments on commit da69b99

Please sign in to comment.