Skip to content

Commit 5422e41

Browse files
committed
ci: allow claude bypass cla
1 parent e29d6c1 commit 5422e41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cla.yml renamed to .github/workflows/cla-assistant.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ jobs:
2525
path-to-signatures: 'signatures/version1/cla.json'
2626
path-to-document: 'https://github.com/AprilNEA/DevUtility/blob/master/CLA-INDIVIDUAL.md'
2727
branch: 'cla-signatures'
28-
allowlist: 'dependabot[bot],renovate[bot],github-actions[bot],AprilNEA'
28+
allowlist: 'dependabot[bot],renovate[bot],github-actions[bot],claude[bot],AprilNEA'
2929
signed-commit-message: 'CLA Signature: $contributorName has signed the CLA in $owner/$repo#$pullRequestNo'
3030
custom-notsigned-prcomment: |
3131
🔒 **CLA Signature Required for DevUtility**
3232
33+
$contributorName
34+
3335
Thank you for your contribution to **DevUtility**! Before we can merge your pull request, you need to sign our Contributor License Agreement (CLA).
3436
3537
## Choose Your CLA Type:

0 commit comments

Comments
 (0)