Skip to content

Commit ebf5611

Browse files
committed
[CI] Updated CLA Assistant config
1 parent 4dd8aa6 commit ebf5611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cla.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: "CLA Assistant"
13-
if: (github.event.comment.body == 'recheckcla' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
13+
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'recheckcla' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
1414
# Alpha Release
1515
uses: cla-assistant/github-action@v2.1.3-beta
1616
env:
@@ -20,7 +20,7 @@ jobs:
2020
path-to-signatures: 'signatures/version1/cla.json'
2121
path-to-document: 'https://github.com/exadel-inc/aem-authoring-toolkit/blob/master/CLA.md'
2222
branch: 'cla'
23-
allowlist: bot*,*kaliada*
23+
allowlist: bot*
2424

2525
create-file-commit-message: '[Tech] Created file for storing CLA Signatures'
2626
signed-commit-message: '[Tech] $contributorName has signed the CLA in #$pullRequestNo'

0 commit comments

Comments
 (0)