Skip to content

Commit fef568d

Browse files
authored
Apply suggestions from code review
1 parent 074c011 commit fef568d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ jobs:
3939
days-before-stale: 120
4040
exempt-issue-labels: 'gsoc,good-first-issue,long-term-plan'
4141
exempt-pr-labels: 'status:ready-for-merge,status:needs-testing,status:on-hold'
42+
days-before-close: -1
4243
- uses: actions/stale@v10
4344
with:
4445
stale-issue-label: 'archive'
4546
days-before-stale: 240
4647
exempt-issue-labels: 'gsoc,good-first-issue,long-term-plan'
48+
days-before-close: -1

0 commit comments

Comments
 (0)