diff options
author | Martin Braun <martin.braun@ettus.com> | 2021-07-05 17:10:30 +0200 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2021-07-05 17:10:33 +0200 |
commit | e70b39e57c3fa883e026f60915f17f78513118fd (patch) | |
tree | e50ed27bc9fd046a69d59ce824abd891d26d262b /.github | |
parent | c3d777cc397fae59e3d0399b5417017960896555 (diff) | |
download | uhd-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.md | 10 | ||||
-rw-r--r-- | .github/workflows/cla.yml | 2 |
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* |