From e70b39e57c3fa883e026f60915f17f78513118fd Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 5 Jul 2021 17:10:30 +0200 Subject: fixup! ci: Add CLA assistant Fixed my fat-fingering of merging a preliminary branch which contained the wrong CLA text. --- .github/workflows/EttusCLA.md | 10 +++++++++- .github/workflows/cla.yml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to '.github/workflows') 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* -- cgit v1.2.3