Add agentic workflows for code review, triage, PR grooming, and libtorch bump#1572
Closed
kotlarmilos wants to merge 3 commits into
Closed
Add agentic workflows for code review, triage, PR grooming, and libtorch bump#1572kotlarmilos wants to merge 3 commits into
kotlarmilos wants to merge 3 commits into
Conversation
Adds four gh-aw workflows: code-review (one comment per head sha, scoped to P/Invoke signatures, tensor ownership, packaging surface, public API), issue-triage (one classification label from TorchSharp's vocabulary plus optional ATen/zoo/dependencies area labels, comment only on missing repro detail), out-of-scope-closer (weekly, reads .github/SCOPE.md, capped at 5 closes per run, noop when SCOPE.md is missing), and pr-shepherd (daily, categorizes open PRs as merge-ready / needs-author-response / needs-rebase with idempotent sha-keyed markers, one ping per category per fortnight). All agent runs read-only; writes go through capped, allowlisted safe-outputs. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Member
Author
|
Superseded by #1573 (same branch, opened from the original repository instead of a fork). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds five gh-aw workflows.
code-reviewruns onpull_request. Scoped to P/Invoke ABI insrc/TorchSharp/PInvoke, native shim insrc/Native, tensor ownership andIDisposablecorrectness insrc/TorchSharp/Tensor, and packaging changes.issue-triageruns onissues.opened. Labels using the real repo vocabulary (bug,enhancement,question,documentation,Missing Feature,ATen,zoo,dependencies). Suggestsgood first issuefor narrow, well-scoped reports.out-of-scope-closerruns weekly. Reads.github/SCOPE.mdif present and closes issues that fall outside the documented scope. Caps at 5 closes per run.pr-shepherdruns daily. Nudges stuck PRs by category (waiting on author, waiting on reviewer) with sha-keyed markers so each PR receives at most one nudge per category per iteration.libtorch-bumpruns monthly. Checks for new pinned libtorch versions and opens a PR with the bump after validating availability.