File tree 2 files changed +33
-4
lines changed
2 files changed +33
-4
lines changed Original file line number Diff line number Diff line change
1
+ name : " CLA Assistant"
2
+ on :
3
+ issue_comment :
4
+ types : [created]
5
+ pull_request_target :
6
+ types : [opened, closed, synchronize]
7
+
8
+ permissions :
9
+ actions : write
10
+ contents : read
11
+ pull-requests : write
12
+ statuses : write
13
+
14
+ jobs :
15
+ ContributorLicenseAgreement :
16
+ runs-on : ubuntu-latest
17
+ steps :
18
+ - name : " CLA Assistant"
19
+ 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'
20
+ uses :
cla-assistant/[email protected]
21
+ env :
22
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
23
+ PERSONAL_ACCESS_TOKEN : ${{ secrets.PAT_CLATOOL }}
24
+ with :
25
+ remote-organization-name : splunk
26
+ remote-repository-name : cla-agreement
27
+ branch : main
28
+ path-to-signatures : signatures/version1/cla.json
29
+ path-to-document : https://github.com/splunk/cla-agreement/blob/main/CLA.md
30
+ allowlist : dependabot
Original file line number Diff line number Diff line change @@ -74,6 +74,9 @@ GitHub provides additional documentation on [forking a
74
74
repository] ( https://help.github.com/articles/fork-a-repo/ ) and [ creating a pull
75
75
request] ( https://help.github.com/articles/creating-a-pull-request/ ) .
76
76
77
+ Before your contribution can be accepted, you will be asked to sign our
78
+ [ Splunk Contributor License Agreement (CLA)] ( https://github.com/splunk/cla-agreement/blob/main/CLA.md ) .
79
+
77
80
## Finding contributions to work on
78
81
79
82
Looking at the existing issues is a great way to find something to contribute
@@ -85,7 +88,3 @@ any 'help wanted' issues is a great place to start.
85
88
86
89
See the [ LICENSE] ( LICENSE ) file for our repository's licensing. We will ask you to
87
90
confirm the licensing of your contribution.
88
-
89
- ### Contributor License Agreement
90
-
91
- Before contributing, you must sign the [ Splunk Contributor License Agreement (CLA)] ( https://www.splunk.com/en_us/form/contributions.html ) .
You can’t perform that action at this time.
0 commit comments