Initial rough stab at re-implementing stalebot

This commit is contained in:
Brady Wetherington 2024-06-26 18:53:01 +01:00
parent ab1e097b7c
commit 914e29210a

13
.github/workflows/stale.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: 'Close stale issues'
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'