Skip to content

Commit 09c6967

Browse files
authored
fix: Ensure GitHub Copilot can bypass the CLA workflow (#29)
1 parent 11a256c commit 09c6967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/f5_cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
path-to-signatures: signatures/signatures.json
3434
# Comma separated list of usernames for maintainers or any other individuals who should not be prompted for a CLA.
3535
# NOTE: You will want to edit the usernames to suit your project needs.
36-
allowlist: dependabot[bot],renovate[bot],nginx-bot
36+
allowlist: copilot,dependabot[bot],renovate[bot],nginx-bot
3737
# Do not lock PRs after a merge.
3838
lock-pullrequest-aftermerge: false
3939
env:

0 commit comments

Comments
 (0)