Copilot commented on code in PR #307:
URL:
https://github.com/apache/cloudstack-terraform-provider/pull/307#discussion_r3683166433
##########
.asf.yaml:
##########
@@ -37,6 +37,7 @@ github:
collaborators:
- fabiomatavelli
- bhouse-nexthop
+ - Damans227
Review Comment:
The collaborators list uses lowercase usernames (`fabiomatavelli`,
`bhouse-nexthop`), but this entry is mixed-case. If the ASF tooling matches
usernames case-sensitively, this could fail to apply permissions. Consider
normalizing to the exact canonical GitHub login casing used elsewhere in this
repo (often all-lowercase) to avoid configuration drift.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]