Skip to content

Remove mention of build-ops from ResourceManagement comments#66419

Merged
wtgodbe merged 1 commit intomainfrom
wtgodbe/blops
Apr 22, 2026
Merged

Remove mention of build-ops from ResourceManagement comments#66419
wtgodbe merged 1 commit intomainfrom
wtgodbe/blops

Conversation

@wtgodbe
Copy link
Copy Markdown
Member

@wtgodbe wtgodbe commented Apr 22, 2026

No description provided.

Copilot AI review requested due to automatic review settings April 22, 2026 17:15
@wtgodbe wtgodbe requested a review from a team as a code owner April 22, 2026 17:15
@github-actions github-actions Bot added the area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework label Apr 22, 2026
@wtgodbe wtgodbe merged commit a509e57 into main Apr 22, 2026
15 checks passed
@wtgodbe wtgodbe deleted the wtgodbe/blops branch April 22, 2026 17:16
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository’s issue/PR automation policy to remove “build-ops” wording from dependency PR idle reminders, keeping automated messaging aligned with current team expectations.

Changes:

  • Updated two auto-reply messages to remove “if you are on build-ops”.
  • (Incidental) Reflowed a small YAML block in milestone assignment rules without changing intended structure.

actions:
- addReply:
reply: This dependency PR has had no activity for a full business day - @dotnet/aspnet-build please take a look if you are on build-ops.
reply: This dependency PR has had no activity for a full business day - @dotnet/aspnet-build please take a look.
Copy link

Copilot AI Apr 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The weekend variant of this rule triggers after noActivitySince: days: 3, but the reply text still says "no activity for a full business day". Consider making the message match the configured threshold (e.g., reference 3 days / weekend), or reword it more generically ("no activity recently").

Suggested change
reply: This dependency PR has had no activity for a full business day - @dotnet/aspnet-build please take a look.
reply: This dependency PR has had no activity for 3 days over the weekend - @dotnet/aspnet-build please take a look.

Copilot uses AI. Check for mistakes.
Comment on lines 435 to 444
- if:
- payloadType: Pull_Request
- isAction:
action: Closed
- targetsBranch:
branch: main
then:
- addMilestone:
milestone: 11.0-preview4
- targetsBranch:
branch: main
then:
- addMilestone:
milestone: 11.0-preview4
description: '[Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
Copy link

Copilot AI Apr 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These milestone assignment tasks match action: Closed and a base branch, but the description says "merged". Closing an unmerged PR also fires the closed action, so either add a filter that requires the PR to be merged (if supported by this policy schema) or update the description to reflect that it applies to all closed PRs targeting main.

Copilot uses AI. Check for mistakes.
Comment on lines 445 to 455
- if:
- payloadType: Pull_Request
- isAction:
action: Closed
- targetsBranch:
branch: release/11.0-preview3
then:
- removeMilestone
- addMilestone:
milestone: 11.0-preview3
- targetsBranch:
branch: release/11.0-preview3
then:
- removeMilestone
- addMilestone:
milestone: 11.0-preview3
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/11.0-preview3 branch'
Copy link

Copilot AI Apr 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same concern as the main branch rule: this uses action: Closed + targetsBranch but the description implies "merged" behavior. Consider requiring a merged PR (if supported), otherwise the automation will run for PRs that are simply closed without merging into release/11.0-preview3.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants