Copilot commented on code in PR #14071:
URL: https://github.com/apache/cloudstack/pull/14071#discussion_r3949857241
##########
.asf.yaml:
##########
@@ -66,12 +66,25 @@ github:
branches:
includes:
- "~DEFAULT_BRANCH"
+ - "4.22"
+ - "4.20"
Review Comment:
These branch-protection settings changes are unrelated to the PR’s described
volume-allocation bugfix. Please split the .asf.yaml updates into a separate PR
(or update the PR description to explicitly include and justify the repository
governance changes).
This issue also appears on line 80 of the same file.
##########
.github/workflows/daily-issue-triage.lock.yml:
##########
@@ -72,6 +72,7 @@ run-name: "Daily Issue Triage"
jobs:
activation:
+ if: github.repository == 'apache/cloudstack'
runs-on: ubuntu-slim
Review Comment:
This workflow change is unrelated to the PR’s stated purpose (volume pool
disable-threshold enforcement). Consider moving this to a separate PR, or
explicitly documenting the workflow/infra change in the PR description.
--
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]