Give actions permission to job

This is needed so that actions/stale@v9 can delete caches.
Without this permisson, the cache is never deleted leading to some
issues never being checked again.
This commit is contained in:
R Midhun Suresh 2024-08-28 17:04:37 +05:30
parent 8805220c9d
commit a0c0d366af
No known key found for this signature in database

View file

@ -6,6 +6,7 @@ jobs:
close:
runs-on: ubuntu-latest
permissions:
actions: write
issues: write
steps:
- uses: actions/stale@v9