Skip to content

Commit

Permalink
Move stale.yml to worflows dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Aug 13, 2024
1 parent faafc69 commit 0b2a77b
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: Close stale issues and PRs
on:
schedule:
- cron: '23 * * * *'
- cron: '30 * * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9.0.0
with:
days-before-stale: 30
days-before-stale: 28
days-before-close: 0
exempt-issue-labels: do-not-close
exempt-pr-labels: do-not-close
exempt-pr-labels: do-not-close

0 comments on commit 0b2a77b

Please # to comment.