Add agentic workflows for code review, triage, and PR grooming#1571
Closed
kotlarmilos wants to merge 1 commit into
Closed
Add agentic workflows for code review, triage, and PR grooming#1571kotlarmilos wants to merge 1 commit into
kotlarmilos wants to merge 1 commit 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>
Member
Author
|
Closing; not opening PRs from forks. Will revisit once dotnet/TorchSharp push access is in place. |
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.
Adds four gh-aw workflows. code-review runs on every non-draft PR with idempotent markers; scope is P/Invoke signatures, tensor ownership, packaging surface, and public API changes. issue-triage applies exactly one classification label from the existing repo vocabulary (bug, enhancement, question, documentation, Missing Feature) plus optional area labels (ATen, zoo, dependencies); comments only when repro detail is missing. out-of-scope-closer runs weekly, reads .github/SCOPE.md (no-ops when missing), and closes at most 5 issues per run that match explicit out-of-scope entries. pr-shepherd runs daily and categorizes open PRs as merge-ready, needs-author-response, or needs-rebase; uses sha-keyed markers and caps pings at one per category per fortnight. All agent runs read-only; writes go through capped, allowlisted safe-outputs.