Skip to content

Commit 5163576

Browse files
committed
Add github-copilot[bot] to CLA allowlist
Included github-copilot[bot] in the allowlist for CLA workflow to permit automated contributions from this bot without requiring CLA signature.
1 parent 3742407 commit 5163576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
path-to-document: 'https://github.com/Codeuctivity/SkiaSharp.Compare/blob/main/cla.md' # e.g. a CLA or a DCO document
2222
# branch should not be protected
2323
branch: 'cla'
24-
allowlist: dependabot[bot],stesee
24+
allowlist: dependabot[bot],stesee,github-copilot[bot]
2525

2626
#below are the optional inputs - If the optional inputs are not given, then default values will be taken
2727
#remote-organization-name: enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)

0 commit comments

Comments
 (0)