Skip to content

Commit

Permalink
github: auto-remove changes requested and awaiting reply labels
Browse files Browse the repository at this point in the history
Labels are removed when new comments are posted.

Signed-off-by: Andrei Vagin <[email protected]>
  • Loading branch information
avagin committed Aug 21, 2023
1 parent e1cda9f commit 6bea7f5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/manage-labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Remove labels
on: [issue_comment, pull_request_review_comment]
jobs:
remove-labels-on-comments:
name: Remove labels on comments
if: github.event_name == 'issue_comment'
runs-on: ubuntu-latest
steps:
- uses: mondeja/remove-labels-gh-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
labels: |
changes requested
awaiting reply

0 comments on commit 6bea7f5

Please sign in to comment.