Skip to content

Commit 90a8359

Browse files
committed
[ci] More explicit message on how to keep issues not staled
1 parent f79575b commit 90a8359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autoclose-stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
exempt-milestones:
1313
exempt-issue-labels: 'roadmap'
1414
exempt-pr-labels: 'roadmap'
15-
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
15+
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity and is not "roadmap" labeled or part of any milestone. Remove stale label or comment or this will be closed in 5 days.'
1616
days-before-stale: 30
1717
days-before-close: 5

0 commit comments

Comments
 (0)