We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 918f911 commit 6d7883dCopy full SHA for 6d7883d
1 file changed
.github/workflows/FormatCheckComment.yml
@@ -5,12 +5,12 @@ on:
5
- "Format Check"
6
types:
7
- "completed"
8
+permissions:
9
+ pull-requests: "write"
10
+ actions: "read"
11
jobs:
12
comment:
13
name: "Format Check Comment"
14
if: "github.event.workflow_run.event == 'pull_request'"
- permissions:
- pull-requests: "write"
- actions: "read"
15
uses: "ITensor/ITensorActions/.github/workflows/FormatCheckComment.yml@v1"
16
secrets: "inherit"
0 commit comments