mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 02:25:09 +00:00
Set stale workflow permissions, prune branches.
This commit is contained in:
parent
01ea89674c
commit
8eed929cd5
5
.github/workflows/stale.yml
vendored
5
.github/workflows/stale.yml
vendored
@ -5,6 +5,10 @@ on:
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
permissions:
|
||||
contents: write # for delete-branch option
|
||||
issues: write
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v6
|
||||
@ -17,3 +21,4 @@ jobs:
|
||||
days-before-pr-stale: 365
|
||||
days-before-issue-close: 30
|
||||
days-before-pr-close: 30
|
||||
delete-branch: true
|
||||
|
Loading…
Reference in New Issue
Block a user