Skip to content

Commit

Permalink
Adding state-prs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Gaunt committed Nov 11, 2021
1 parent ba96efb commit 655bf30
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/stale-prs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '0 0 * * *'

permissions:
pull-requests: write

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
with:
debug-only: true
stale-pr-message: 'Old PRs are automatically closed to keep this repo clean.'

0 comments on commit 655bf30

Please sign in to comment.