Skip to content

Add merge-dependency-updates skill for bot PR triage#13331

Merged
JanProvaznik merged 2 commits intodotnet:mainfrom
JanProvaznik:skill/merge-dependency-updates
Mar 6, 2026
Merged

Add merge-dependency-updates skill for bot PR triage#13331
JanProvaznik merged 2 commits intodotnet:mainfrom
JanProvaznik:skill/merge-dependency-updates

Conversation

@JanProvaznik
Copy link
Copy Markdown
Member

Adds a Copilot skill that automates triaging open bot PRs (dependency updates, codeflow, OneLoc). Produces a clickable review dashboard with CI status, review state, and suspicious file flags. Also handles branch updates via GraphQL mutation and VersionPrefix bumps for servicing branches.

Adds a skill that triages all open bot PRs (dependency updates,
codeflow, OneLoc) and produces a clickable review dashboard with
CI status, review state, and suspicious file flags. Also handles
branch updates via GraphQL mutation and VersionPrefix bumps.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@JanProvaznik JanProvaznik requested a review from a team as a code owner March 5, 2026 13:32
Copilot AI review requested due to automatic review settings March 5, 2026 13:32
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

Adds a new GitHub Copilot skill document to standardize and automate triage/merge workflows for bot-authored PRs (dependency updates, codeflow, OneLoc) in this repo, including producing a review “dashboard” and optional branch/version maintenance steps.

Changes:

  • Added a new skill definition and step-by-step triage procedure for bot PRs.
  • Included example gh api graphql queries to extract CI/review/file-change signals for a dashboard.
  • Documented optional branch update + VersionPrefix bump steps for dependency-update PRs.

You can also share your feedback on Copilot code review. Take the survey.

- Fix 'three searches' -> 'two searches'
- Use repo:dotnet/msbuild qualifier instead of 'in repo'
- Add author:dotnet-bot to OneLoc search
- Document ERROR/EXPECTED CI states
- Bump reviewThreads from 5 to 20
- Clarify files(first:50) uses totalCount for count, nodes for detection

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@JanProvaznik JanProvaznik enabled auto-merge (squash) March 6, 2026 09:32
@JanProvaznik JanProvaznik merged commit 986a951 into dotnet:main Mar 6, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants