Skip to content

Commit 8f0010a

Browse files
DaanHooglandLocharla, Sandeep
authored andcommitted
Add configuration for archiving stale issues (apache#12293)
1 parent 83c0bba commit 8f0010a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/stale.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,10 @@ jobs:
4141
days-before-pr-close: 240
4242
exempt-issue-labels: 'gsoc,good-first-issue,long-term-plan'
4343
exempt-pr-labels: 'status:ready-for-merge,status:needs-testing,status:on-hold'
44+
days-before-close: -1
45+
- uses: actions/stale@v10
46+
with:
47+
stale-issue-label: 'archive'
48+
days-before-stale: 240
49+
exempt-issue-labels: 'gsoc,good-first-issue,long-term-plan'
50+
days-before-close: -1

0 commit comments

Comments
 (0)