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/workflows/cla.yml | |
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/workflows/cla.yml')
-rw-r--r-- | .github/workflows/cla.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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* |