1
0
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:
Brenden Matthews 2022-10-04 11:57:35 -05:00
parent 01ea89674c
commit 8eed929cd5
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD

View File

@ -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