Skip to content

Commit 29ad865

Browse files
Copilotrnwood
andauthored
fix(ci): add Copilot to CLA allowlist for case-sensitive matching (#1845)
* Initial plan * fix(ci): add Copilot to CLA allowlist for case-sensitive matching Co-authored-by: rnwood <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: rnwood <[email protected]>
1 parent 219cf27 commit 29ad865

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
path-to-document: 'https://github.com/rnwood/smtp4dev/blob/master/CLA.md'
2828
# branch should not be protected
2929
branch: 'clas'
30-
allowlist: rnwood,dependabot[bot],copilot,copilot-swe-agent[bot]
30+
allowlist: rnwood,dependabot[bot],copilot,Copilot,copilot-swe-agent[bot]
3131

3232
# Custom messages for better user experience
3333
create-file-commit-message: 'docs: create CLA signature storage file'

docs/dev/CLA_MANAGEMENT.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ The CLA system automatically checks all pull requests to ensure contributors hav
2424
These users are exempt from CLA requirements:
2525
- `rnwood` (project owner)
2626
- `dependabot[bot]` (automated dependency updates)
27-
- `copilot` (GitHub Copilot assistant - legacy)
27+
- `copilot` (GitHub Copilot assistant - legacy lowercase)
28+
- `Copilot` (GitHub Copilot assistant - uppercase variant)
2829
- `copilot-swe-agent[bot]` (GitHub Copilot assistant - current)
2930

3031
## Signature Storage

0 commit comments

Comments
 (0)