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.
2 parents 211c224 + 6473f71 commit 8cf88feCopy full SHA for 8cf88fe
1 file changed
.github/workflows/close-old-issue.yml
@@ -6,6 +6,8 @@ on:
6
jobs:
7
close-issues:
8
runs-on: ubuntu-latest
9
+ permissions:
10
+ issues: write
11
12
steps:
13
- name: Checkout Repository
0 commit comments