Fix stale job configuration

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
Maksym Pavlenko 2025-08-28 16:19:58 -07:00
parent 10b41f16a6
commit ba28bfb15d
No known key found for this signature in database
1 changed files with 3 additions and 1 deletions

View File

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