Skip to content

Commit

Permalink
Merge pull request #526 from juancarlospaco/master
Browse files Browse the repository at this point in the history
Stale too old RFCs
  • Loading branch information
Araq committed May 24, 2023
2 parents c48b8e3 + 0cbf41d commit 76ac2a2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# https://github.com/actions/stale#usage
name: Stale RFCs
on:
schedule:
- cron: '30 1 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
days-before-issue-stale: 1095 # 365 * 3
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.

0 comments on commit 76ac2a2

Please sign in to comment.