We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 136bf12 commit 567a837Copy full SHA for 567a837
.github/workflows/cla.yml
@@ -6,7 +6,12 @@ on: # issue_comment triggers this action on each comment on issues and pull requ
6
types: [opened, synchronize]
7
branches:
8
- "master"
9
-
+# explicitly configure permissions, in case your GITHUB_TOKEN workflow permissions are set to read-only in repository settings
10
+permissions:
11
+ actions: write
12
+ contents: write # this can be 'read' if the signatures are in remote repository
13
+ pull-requests: write
14
+ statuses: write
15
jobs:
16
CLAssistant:
17
strategy:
0 commit comments