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 246759e commit c1b4288Copy full SHA for c1b4288
.github/workflows/issue-triage.yml
@@ -4,6 +4,8 @@ on:
4
types: [opened]
5
jobs:
6
issue-triage:
7
+ permissions:
8
+ issues: write
9
runs-on: ubuntu-latest
10
steps:
11
- uses: github/[email protected]
.github/workflows/label-sync.yml
@@ -11,6 +11,9 @@ on:
12
label-sync:
13
name: Label sync
14
15
+ contents: read
16
17
18
if: github.repository_owner == 'NanoForge-dev'
19
0 commit comments