Skip to content

Commit

Permalink
ci: stale pr reaper
Browse files Browse the repository at this point in the history
  • Loading branch information
boz committed Jun 22, 2020
1 parent 8140c66 commit 2d05f5b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/stale.yaml
@@ -0,0 +1,19 @@
name: "Stale Reaper"
on:
schedule:
- cron: "0 0 * * *"

jobs:
stale-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-pr-label: stale
days-before-stale: 10
days-before-close: 5
stale-pr-message: |
Marked as stale; will be closed in five days.
Cut bait or go fishing!

0 comments on commit 2d05f5b

Please sign in to comment.