Add github-issue-autosolve reusable workflow#15
Open
fantapop wants to merge 1 commit intopr/autosolve-gofrom
Open
Add github-issue-autosolve reusable workflow#15fantapop wants to merge 1 commit intopr/autosolve-gofrom
fantapop wants to merge 1 commit intopr/autosolve-gofrom
Conversation
0655ce2 to
6f1121d
Compare
1ad618a to
31b2395
Compare
6f1121d to
5c7a16f
Compare
31b2395 to
7f63d0e
Compare
This was referenced Mar 25, 2026
5c7a16f to
a9a9010
Compare
7f63d0e to
f97d11e
Compare
a9a9010 to
1abbbb0
Compare
f97d11e to
6feb8db
Compare
1abbbb0 to
6fd24ba
Compare
6feb8db to
dc09887
Compare
There was a problem hiding this comment.
Pull request overview
Adds a reusable GitHub Actions workflow intended to automate resolving GitHub Issues by composing the existing autosolve/assess and autosolve/implement actions, plus status commenting, label management, and concurrency controls for per-issue runs.
Changes:
- Added a new reusable workflow
.github/workflows/github-issue-autosolve.ymlthat orchestrates assess → implement and posts issue comments for common outcomes. - Added changelog entry documenting the new reusable workflow.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 11 comments.
| File | Description |
|---|---|
| CHANGELOG.md | Documents the new github-issue-autosolve reusable workflow under Unreleased additions. |
| .github/workflows/github-issue-autosolve.yml | Introduces the reusable workflow with issue/label handling, concurrency per issue, and assess/implement orchestration with issue comments and summaries. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
dc09887 to
55ac777
Compare
124bdb4 to
7c6c9ae
Compare
7c6c9ae to
d96e9ab
Compare
922542b to
a6b2953
Compare
c8ce1c3 to
39b77ec
Compare
a6b2953 to
314a6b9
Compare
a7f878c to
64e408e
Compare
314a6b9 to
f818651
Compare
1696fb7 to
1b7c183
Compare
6bc6bc5 to
d06e466
Compare
1b7c183 to
f97d69d
Compare
d06e466 to
f2ef7a1
Compare
53264a0 to
1d0368d
Compare
26d239c to
a89fb9b
Compare
074f9c8 to
dc478d1
Compare
f712c84 to
20e41e0
Compare
dc478d1 to
7a75118
Compare
20e41e0 to
9b1b16c
Compare
7a75118 to
b0444a9
Compare
Turnkey GitHub Issues integration composing assess + implement with issue comments, label management, and concurrency control. Checks for existing PRs by head branch, authenticates via Vertex AI workload identity federation, and supports verbose Claude logging. Co-Authored-By: roachdev-claude <roachdev-claude-bot@cockroachlabs.com>
9b1b16c to
555a3c5
Compare
b0444a9 to
66b1956
Compare
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.
Summary
Turnkey reusable workflow for GitHub Issues integration that composes the
autosolve/assessandautosolve/implementactions with:Testing
Tested end-to-end against cockroachlabs/ccloud-private-automation-testing via issue label trigger.
Test plan