Skip to content

Commit 0547f80

Browse files
[PR #8594/3b4cf01f backport][3.11] Close stale issues without info (#8595)
**This is a backport of PR #8594 as merged into master (3b4cf01).** Co-authored-by: Sam Bull <[email protected]>
1 parent e12da22 commit 0547f80

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/stale.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: 'Close stale issues'
2+
on:
3+
schedule:
4+
- cron: '50 5 * * *'
5+
6+
permissions:
7+
issues: write
8+
9+
jobs:
10+
stale:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/stale@v9
14+
with:
15+
days-before-stale: 30
16+
any-of-labels: needs-info
17+
labels-to-remove-when-unstale: needs-info

0 commit comments

Comments
 (0)