Fix stale job configuration
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
parent
10b41f16a6
commit
ba28bfb15d
|
|
@ -13,6 +13,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
actions: write
|
||||||
|
contents: write # only for delete-branch option
|
||||||
issues: write
|
issues: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
||||||
|
|
@ -33,4 +35,4 @@ jobs:
|
||||||
# Comment on the staled PRs while closed
|
# Comment on the staled PRs while closed
|
||||||
close-pr-message: 'This PR was closed because it has been stalled for 7 days with no activity.'
|
close-pr-message: 'This PR was closed because it has been stalled for 7 days with no activity.'
|
||||||
# Enable dry-run when changing this file from a PR.
|
# Enable dry-run when changing this file from a PR.
|
||||||
debug-only: github.event_name == 'pull_request'
|
debug-only: ${{ github.event_name == 'pull_request' }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue