You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/cla.yml
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,14 @@ on:
8
8
jobs:
9
9
cla-assistant:
10
10
runs-on: ubuntu-latest
11
+
permissions:
12
+
actions: read
13
+
checks: read|write
14
+
contents: read|write
15
+
issues: read|write
16
+
pull-requests: read|write
17
+
security-events: write
18
+
11
19
steps:
12
20
- name: 'CLA Signature Check'
13
21
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
0 commit comments