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
+5-7Lines changed: 5 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -4,29 +4,27 @@ on:
4
4
types: [created]
5
5
pull_request_target:
6
6
types: [opened,closed,synchronize]
7
-
8
7
jobs:
9
8
CLAssistant:
10
9
runs-on: ubuntu-latest
11
10
steps:
12
11
- name: "CLA Assistant"
13
12
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'
#below are the optional inputs - If the optional inputs are not given, then default values will be taken
32
30
#remote-organization-name: enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)
0 commit comments