Create remove-labels.yml (#17611)

This commit is contained in:
Heather Simon 2022-10-19 12:46:38 -07:00 committed by GitHub
parent a1548f0f2b
commit e658babb3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

19
.github/workflows/remove-labels.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: Autoremove Labels
on:
issues:
types: [closed]
pull_request_target:
types: [closed]
jobs:
RemoveWaitingLabelFromClosedIssueOrPR:
if: github.event.action == 'closed'
runs-on: ubuntu-latest
steps:
- name: Remove triaging labels from closed issues and PRs
uses: actions-ecosystem/action-remove-labels@v1
with:
labels: |
waiting-for-response