borisstoyanov opened a new pull request, #222:
URL: https://github.com/apache/cloudstack-cloudmonkey/pull/222

   Replaces #210, which cannot be merged as it stands.
   
   ### Why #210 does not work
   
   The ASF infrastructure bot opened #210 against an old `main`, before 
`.asf.yaml` existed in the repo (added by #218). That leaves two problems:
   
   1. **Add/add conflict** on `.asf.yaml`.
   2. The bot's file carries only the `rulesets:` block. Merging it would drop 
everything the project already set — `description`, `homepage`, `labels`, 
`features`, `protected_branches` and `copilot_code_review` — and it has no ASF 
licence header, so the **Apache RAT check fails**.
   
   ### This PR
   
   The bot's commit rebased onto current `main`, with the `rulesets:` block 
merged into the existing `.asf.yaml` instead of replacing it. Authorship is 
kept on the ASF bot's commit.
   
   Result: 14 lines added, nothing removed. The licence header, all existing 
settings and `protected_branches` stay exactly as they are.
   
   ### Testing
   
   - `.asf.yaml` parses (`yaml.safe_load`).
   - Apache RAT 0.18 run locally with the workflow's own command: `.asf.yaml` 
is not flagged.
   
   Once this merges, #210 can be closed.


-- 
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]

Reply via email to