Skip to content

Commit 16259ea

Browse files
shmishra99copybara-github
authored andcommitted
Copybara import of the project:
-- a4100f7 by Shivam Mishra <[email protected]>: stale bot : remove labels on issue update This rule automatically removes the status:stale and status:awaiting user response labels from an issue whenever a new comment or update is made. COPYBARA_INTEGRATE_REVIEW=#541 from shmishra99:patch-1 c6fe5a4 PiperOrigin-RevId: 812827714
1 parent 6b7d413 commit 16259ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/stale.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ jobs:
2222
stale-issue-label: "status:stale"
2323
close-issue-reason: not_planned
2424
any-of-labels: "status:awaiting user response"
25+
remove-stale-when-updated: true
26+
labels-to-remove-when-unstale: 'status:awaiting user response,status:stale'
2527
stale-issue-message: >
2628
This issue has been marked as stale because it has been open for 7 days with no activity. It will be closed in 2 days if no further activity occurs.
2729
close-issue-message: >
2830
This issue was closed because it has been inactive for 9 days.
2931
Please post a new issue if you need further assistance. Thanks!
3032
# Label that can be assigned to issues to exclude them from being marked as stale
31-
exempt-issue-labels: 'override-stale'
33+
exempt-issue-labels: 'override-stale'

0 commit comments

Comments
 (0)