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/agreements.yaml
+5-42Lines changed: 5 additions & 42 deletions
Original file line number
Diff line number
Diff line change
@@ -6,45 +6,8 @@ on:
6
6
types: [opened, closed, synchronize]
7
7
8
8
jobs:
9
-
ContributorLicenseAgreement:
10
-
runs-on: ubuntu-latest
11
-
steps:
12
-
- name: "CLA Assistant"
13
-
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'
#create-file-commit-message: 'For example: Creating file for storing CLA Signatures'
26
-
#signed-commit-messag e: 'For example: $contributorName has signed the CLA in #$pullRequestNo'
27
-
#custom-notsigned-prcomment: 'pull request comment with Introductory message to ask new contributors to sign'
28
-
#custom-pr-sign-comment: 'The signature to be committed in order to sign the CLA'
29
-
#custom-allsigned-prcomment: 'pull request comment when all contributors has signed, defaults to **CLA Assistant Lite bot** All Contributors have signed the CLA.'
30
-
CodeOfConduct:
31
-
runs-on: ubuntu-latest
32
-
steps:
33
-
- name: "COC Assistant"
34
-
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the Code of Conduct and I hereby accept the Terms') || github.event_name == 'pull_request_target'
0 commit comments