We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1941540 commit 4dd8aa6Copy full SHA for 4dd8aa6
.github/workflows/cla.yml
@@ -18,9 +18,9 @@ jobs:
18
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
19
with:
20
path-to-signatures: 'signatures/version1/cla.json'
21
- path-to-cla-document: 'https://github.com/exadel-inc/aem-authoring-toolkit/blob/master/CLA.md'
+ path-to-document: 'https://github.com/exadel-inc/aem-authoring-toolkit/blob/master/CLA.md'
22
branch: 'cla'
23
- allowlist: bot*
+ allowlist: bot*,*kaliada*
24
25
create-file-commit-message: '[Tech] Created file for storing CLA Signatures'
26
signed-commit-message: '[Tech] $contributorName has signed the CLA in #$pullRequestNo'
0 commit comments