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
+1-8
Original file line number
Diff line number
Diff line change
@@ -6,22 +6,15 @@ on:
6
6
pull_request_target:
7
7
types: [opened, closed, synchronize]
8
8
9
-
permissions:
10
-
actions: write
11
-
contents: write
12
-
pull-requests: write
13
-
statuses: write
14
-
15
9
jobs:
16
10
cla:
17
11
runs-on: ubuntu-latest
18
12
steps:
19
13
- name: "CLA Assistant"
20
14
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