mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-14 17:03:29 +03:00
ci(stale): update to main
This commit is contained in:
parent
7cae2926dc
commit
884f6862e1
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user