Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e6e4712

Browse files
committed
GitHub: inactive label
1 parent d1f321f commit e6e4712

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/stale.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: 'Label inactive PRs'
2+
on:
3+
schedule:
4+
- cron: '30 1 * * *'
5+
6+
jobs:
7+
stale:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/stale@v7
11+
with:
12+
operations-per-run: 30
13+
stale-pr-message: 'This Pull Request has been marked "inactive" because it has been 60 days with no activity. Please ping us if you need a review or guidance to move the PR forward!'
14+
stale-pr-label: 'inactive'
15+
days-before-pr-stale: 60
16+
days-before-pr-close: -1
17+
stale-issue-message: 'This issue as been marked "inactive" because it has been 365 days since the last comment. If this issue is still present in Matplotlib, please ping us for resolution, otherwise this will be closed in another 30 days.'
18+
stale-issue-label: 'inactive'
19+
days-before-issue-stale: 365
20+
days-before-issue-close: 30

0 commit comments

Comments
 (0)