Configure stale bot
This commit is contained in:
parent
97f676d5a3
commit
bff779b63a
16
.github/workflows/stale.yml
vendored
Normal file
16
.github/workflows/stale.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: 'Close stale issues'
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
# schedule:
|
||||
# - cron: '30 1 * * *'
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/stale@v9
|
||||
with:
|
||||
stale-issue-message: 'This issue seems to be stale. It will be closed in 7 days if no further activity occurs.'
|
||||
debug-only: true
|
Loading…
Reference in New Issue
Block a user