Skip to content

Commit b8a0023

Browse files
authored
Remove 'awaiting' labels when user issue/PR updated. (#7963)
Remove the label "stat:awaiting response", when issue/PR unstale.
1 parent e2ba43c commit b8a0023

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/stale.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
# Limit the No. of API calls in one run default value is 30.
4040
operations-per-run: 500
4141
# Prevent to remove stale label when PRs or issues are updated.
42-
remove-stale-when-updated: false
42+
remove-stale-when-updated: true
43+
# List of labels to remove when issues/PRs unstale.
44+
labels-to-remove-when-unstale: 'stat:awaiting response'
4345
# comment on issue if not active for more then 7 days.
4446
stale-issue-message: 'This issue has been marked stale because it has no recent activity since 7 days. It will be closed if no further activity occurs. Thank you.'
4547
# comment on PR if not active for more then 14 days.
@@ -63,4 +65,4 @@ jobs:
6365
# override stale to stalled for PR
6466
stale-pr-label: 'stale'
6567
# override stale to stalled for Issue
66-
stale-issue-label: "stale"
68+
stale-issue-label: "stale"

0 commit comments

Comments
 (0)