chore: Update .github/workflows/stale.yml [skip ci]
This commit is contained in:
parent
79c94da915
commit
42179a6721
|
@ -4,6 +4,10 @@ on:
|
|||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
permissions:
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
uses: pl-strflt/.github/.github/workflows/reusable-stale-issue.yml@v0.3
|
||||
|
|
Loading…
Reference in New Issue