We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc706c commit d858c90Copy full SHA for d858c90
.github/workflows/issue-management-stale-action.yml
@@ -13,6 +13,7 @@ jobs:
13
stale:
14
permissions:
15
contents: read
16
+ actions: write # because actions/stale deletes its old cache before saving new one
17
issues: write # for actions/stale to close stale issues
18
pull-requests: write # for actions/stale to close stale PRs
19
runs-on: ubuntu-latest
0 commit comments