ci(stale): update to main

This commit is contained in:
Stan Girard 2023-08-20 11:56:52 +02:00
parent 7cae2926dc
commit 884f6862e1

View File

@ -1,7 +1,7 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '0 */4 * * *'
- cron: '0 */1 * * *'
permissions:
contents: write # only for delete-branch option
@ -12,7 +12,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
- uses: actions/stale@main
with:
exempt-assignees: true
exempt-draft-pr: true