From 84b1468755a1bbdf1205218ae938e11cfc1faf2b Mon Sep 17 00:00:00 2001 From: Jeff Chew Date: Fri, 5 Nov 2021 15:23:03 -0400 Subject: [PATCH] fix(cla-assistant): updated kodiakhq name for allowlist (#7607) * fix(cla-assistant): updated kodiakhq name for allowlist * fix(cla): fixing signature comment and description --- .github/workflows/cla.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 6b9624f4649..92b148e10de 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -19,13 +19,13 @@ jobs: path-to-signatures: 'cla.json' path-to-document: 'https://github.com/carbon-design-system/carbon-for-ibm-dotcom-cla/blob/master/CLA.md' branch: 'main' - allowlist: ibmdotcom-bot,dependabot,kodiakhq + allowlist: ibmdotcom-bot,dependabot,kodiakhq[bot] remote-organization-name: carbon-design-system remote-repository-name: carbon-for-ibm-dotcom-cla create-file-commit-message: 'chore(cla): creating file for storing CLA signatures' signed-commit-message: 'chore(cla): $contributorName has signed the CLA in #$pullRequestNo' - custom-notsigned-prcomment: 'Thank you for your contribution! Please review and sign our [Contributor License Agreement](https://github.com/carbon-design-system/carbon-for-ibm-dotcom-cla/blob/master/CLA.md) before we can review and merge your pull request.' - custom-pr-sign-comment: 'The signature to be committed in order to sign the CLA' + custom-notsigned-prcomment: 'Thank you for your contribution! Please review and sign our [Contributor License Agreement](https://github.com/carbon-design-system/carbon-for-ibm-dotcom-cla/blob/master/CLA.md) before we can review and merge your pull request. To sign, enter a comment in this pull request with the following message:' + custom-pr-sign-comment: 'I have read the CLA Document and I hereby sign the CLA' custom-allsigned-prcomment: 'All Contributors have signed the CLA.' lock-pullrequest-aftermerge: false