snipe-it/.github/workflows/stale.yml
2024-07-24 12:33:26 +01:00

13 lines
386 B
YAML

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'