Skip to content

Commit 8e5fcd1

Browse files
LeoYuanliujuping
authored andcommitted
chore: update stale workflow
1 parent c2c59b7 commit 8e5fcd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stale.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
close-issue-message: 'This issue was closed because it has been stalled for 10 days with no activity.'
1515
close-pr-message: 'This PR was closed because it has been stalled for 10 days with no activity.'
1616
days-before-issue-stale: 10
17-
days-before-issue-close: 2
17+
days-before-issue-close: 10
1818
days-before-pr-stale: 10
19-
days-before-pr-close: 2
20-
exempt-issue-labels: 'bug,enhancement,good first issue,help wanted,WIP'
19+
days-before-pr-close: 10
20+
exempt-issue-labels: 'bug,enhancement,good first issue,help wanted,WIP,discussion,documentation,later,material'
2121
stale-issue-label: 'stale'
2222
stale-pr-label: 'stale'

0 commit comments

Comments
 (0)