aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2021-07-05 17:10:30 +0200
committerMartin Braun <martin.braun@ettus.com>2021-07-05 17:10:33 +0200
commite70b39e57c3fa883e026f60915f17f78513118fd (patch)
treee50ed27bc9fd046a69d59ce824abd891d26d262b /.github
parentc3d777cc397fae59e3d0399b5417017960896555 (diff)
downloaduhd-e70b39e57c3fa883e026f60915f17f78513118fd.tar.gz
uhd-e70b39e57c3fa883e026f60915f17f78513118fd.tar.bz2
uhd-e70b39e57c3fa883e026f60915f17f78513118fd.zip
fixup! ci: Add CLA assistant
Fixed my fat-fingering of merging a preliminary branch which contained the wrong CLA text.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/EttusCLA.md10
-rw-r--r--.github/workflows/cla.yml2
2 files changed, 10 insertions, 2 deletions
diff --git a/.github/workflows/EttusCLA.md b/.github/workflows/EttusCLA.md
index 162fe7851..4c9e0137f 100644
--- a/.github/workflows/EttusCLA.md
+++ b/.github/workflows/EttusCLA.md
@@ -1,2 +1,10 @@
+# UHD Contributor License Agreement
-[Check dis out](https://files.ettus.com/licenses/Ettus_CLA.pdf)
+Please find the full CLA text [here](https://files.ettus.com/licenses/Ettus_CLA.pdf).
+
+By signing the pull request with the words "I have read the CLA Document and I
+hereby sign the CLA" you agree to the terms of the document above. You do not
+have sign the PDF itself, or send it by mail/fax/email if you sign it on GitHub.
+
+If you prefer signing by mail/email/fax, please contact us under the address
+in the document linked above.
diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml
index e5d21531f..25c1afcad 100644
--- a/.github/workflows/cla.yml
+++ b/.github/workflows/cla.yml
@@ -19,7 +19,7 @@ jobs:
PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_ASSISTANT_UHD }}
with:
path-to-signatures: 'signatures/version1/cla.json'
- path-to-document: 'https://github.com/EttusResearch/blob/master/uhd/.github/workflows/blob/master/EttusCLA.md'
+ path-to-document: 'https://github.com/EttusResearch/uhd/blob/master/.github/workflows/EttusCLA.md'
# branch should not be protected
branch: 'main'
allowlist: user1,bot*