Skip to content

Commit

Permalink
Migrate to newer version of stalebot
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnrusschen committed May 27, 2024
1 parent 74251cf commit dee17f7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 61 deletions.
61 changes: 0 additions & 61 deletions .github/stale.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
stale-issue-message: 'Message to comment on stale issues. If none provided, will not mark issues stale'
stale-pr-message: 'Message to comment on stale PRs. If none provided, will not mark PRs stale'

0 comments on commit dee17f7

Please sign in to comment.