We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea7bb2a + 377d393 commit c25aaa9Copy full SHA for c25aaa9
1 file changed
.github/workflows/stale.yml
@@ -7,6 +7,11 @@ on:
7
jobs:
8
stale:
9
10
+ permissions:
11
+ contents: read
12
+ issues: write
13
+ pull-requests: write
14
+
15
runs-on: ubuntu-latest
16
17
steps:
0 commit comments