Skip to content

Commit

Permalink
Merge pull request #528 from metagn/patch-1
Browse files Browse the repository at this point in the history
close staled issues after 30 days instead of 7
  • Loading branch information
ringabout authored Jun 20, 2023
2 parents 76ac2a2 + 82fbede commit eb683c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: actions/stale@v8
with:
days-before-issue-stale: 1095 # 365 * 3
days-before-issue-close: 30
stale-issue-message: >
This RFC is stale because it has been open for 1095 days with no activity.
Contribute a fix or comment on the issue, or it will be closed in 7 days.
Contribute a fix or comment on the issue, or it will be closed in 30 days.

0 comments on commit eb683c9

Please sign in to comment.