mirror of
https://github.com/ivuorinen/github-base-template.git
synced 2026-01-26 11:24:09 +00:00
Fix: Add permissions to stale
This commit is contained in:
5
.github/workflows/stale.yml
vendored
5
.github/workflows/stale.yml
vendored
@@ -8,6 +8,11 @@ on:
|
|||||||
workflow_call:
|
workflow_call:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write # only for delete-branch option
|
||||||
|
issues: write
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
uses: ivuorinen/.github/.github/workflows/stale.yml@main
|
uses: ivuorinen/.github/.github/workflows/stale.yml@main
|
||||||
|
|||||||
Reference in New Issue
Block a user