workflows: accept both autosolve and c-autosolve labels#166167
Merged
trunk-io[bot] merged 2 commits intocockroachdb:masterfrom Mar 20, 2026
Merged
workflows: accept both autosolve and c-autosolve labels#166167trunk-io[bot] merged 2 commits intocockroachdb:masterfrom
trunk-io[bot] merged 2 commits intocockroachdb:masterfrom
Conversation
Contributor
|
😎 Merged successfully - details. |
Member
Accept both `autosolve` and `c-autosolve` labels as triggers for the issue auto-solver workflow. The label removal step dynamically removes whichever label was applied using the trigger event's label name. Epic: none Release note: None Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7eb5829 to
1f1699a
Compare
Remove the step that strips the trigger label from the issue after the autosolve workflow runs. This preserves both `autosolve` and `c-autosolve` labels on the issue for tracking purposes. Epic: none Release note: None Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
rafiss
approved these changes
Mar 19, 2026
| runs-on: [self-hosted, ubuntu_2404] | ||
| timeout-minutes: 180 | ||
| if: github.event.label.name == 'c-autosolve' | ||
| if: github.event.label.name == 'autosolve' || github.event.label.name == 'c-autosolve' |
Collaborator
There was a problem hiding this comment.
TIL labels are not case-senstive.
Collaborator
Author
There was a problem hiding this comment.
You and Claude Code. I have to tell Claude this periodically because it forgets and writes case insensitive code.
rickystewart
approved these changes
Mar 19, 2026
0c2a828 to
d574355
Compare
dt
approved these changes
Mar 19, 2026
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.
Accept both
autosolveandc-autosolvelabels as triggers for theissue auto-solver workflow. Labels are now preserved on the issue after
the workflow completes for tracking purposes.
Release note: None