Skip to content

Commit e9732e6

Browse files
authored
Addingstaleissues (#92)
* fixing line endings * fixing line endings
1 parent 0cd6424 commit e9732e6

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

.github/workflows/stale-issue.yml

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: 'Close stale issues'
3+
on:
4+
schedule:
5+
- cron: '0 11 * * *'
6+
7+
jobs:
8+
stale:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: chia-network/stale@main
12+
with:
13+
operations-per-run: 10000
14+
ascending: true
15+
days-before-issue-stale: 14
16+
days-before-issue-close: 7
17+
days-before-pr-stale: 60
18+
days-before-pr-close: -1
19+
exempt-all-pr-milestones: true
20+
exempt-all-issue-milestones: true
21+
exempt-all-assignees: true
22+
stale-issue-label: stale-issue
23+
stale-pr-label: stale-pr
24+
remove-stale-when-updated: true
25+
stale-issue-message: >
26+
'This issue has been flagged as stale as there has been no
27+
activity on it in 14 days. If this issue is still affecting you
28+
and in need of review, please update it to keep it open.'
29+
close-issue-message: >
30+
'This issue was automatically closed because it has been flagged
31+
as stale and subsequently passed 7 days with no further activity.'
32+
stale-pr-message: >
33+
'This PR has been flagged as stale due to no activity for over 60
34+
days. It will not be automatically closed, but it has been given
35+
a stale-pr label and should be manually reviewed.'

.github/workflows/test.yaml

100644100755
File mode changed.

0 commit comments

Comments
 (0)