mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-06 21:52:54 +08:00
fix(actions): remove stale label if issue is updated
This commit is contained in:
4
.github/workflows/issue-comment.yml
vendored
4
.github/workflows/issue-comment.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
uses: actions-cool/issues-helper@v2
|
||||
with:
|
||||
actions: 'remove-labels'
|
||||
labels: 'state/awaiting user feedback'
|
||||
labels: 'state/awaiting user feedback,stale'
|
||||
|
||||
add-label-if-not-author:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -35,4 +35,4 @@ jobs:
|
||||
uses: actions-cool/issues-helper@v2
|
||||
with:
|
||||
actions: 'remove-labels'
|
||||
labels: 'state/awaiting processing'
|
||||
labels: 'state/awaiting processing,stale'
|
||||
|
||||
Reference in New Issue
Block a user