update remove stale on comment (#29882)

* remove the stale label when feedback is provided

* remove labels in separate steps
This commit is contained in:
Ron Rennick 2021-05-13 09:25:14 -03:00 committed by GitHub
parent 90b50f11f3
commit 7806ea2b5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 4 deletions

View File

@ -15,10 +15,13 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: 'has feedback'
- name: remove needs feedback, stale
- name: remove needs feedback
uses: actions-ecosystem/action-remove-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: |
'needs feedback'
'Stale'
labels: 'needs feedback'
- name: remove stale
uses: actions-ecosystem/action-remove-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: Stale