Skip to content

Commit 945dd09

Browse files
authored
feat: add github-bot and github-actions to allowlist
Add github-bot () and github-actions () to allowlist for CLA check. Example PR: dash0hq/otelbin#513
1 parent 422d639 commit 945dd09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cla.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1818
with:
1919
branch: 'main'
20-
allowlist: 'dependabot[bot],greenkeeper[bot],snyk-bot'
20+
allowlist: 'dependabot[bot],greenkeeper[bot],snyk-bot,github-bot,github-actions[bot]'
2121
path-to-signatures: 'cla/v1/signatures.json'
2222
path-to-document: 'https://github.com/dash0hq/.github/blob/main/cla/v1/individual.md'
2323
custom-notsigned-prcomment: '<br/><br/>Thank you for your submission - we really appreciate it ❤️. We kindly ask that $you sign a [Contributor License Agreement](https://github.com/dash0hq/.github/blob/main/cla/v1/individual.md) before we can accept your contribution.<br/><br/>You can sign the CLA by posting a pull request comment containing the same as the text below.<br/><br/>If you are contributing on behalf of a company, the company should contact us to sign a [Corporate Contributor License Agreement](https://github.com/dash0hq/.github/blob/main/cla/v1/corporate.md), via hi@dash0.com.'

0 commit comments

Comments
 (0)