Update breakage: use organization-wide workflow#200
Open
MaxenceGollier wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s “Breakage” CI to delegate implementation to the JuliaSmoothOptimizers organization-wide reusable workflows (per JuliaSmoothOptimizers/.github#18), removing the previously in-repo breakage implementation.
Changes:
- Replace the local
Breakage.ymlimplementation with a call toJuliaSmoothOptimizers/.github/.github/workflows/Breakage.yml. - Add a
CommentBreakage.ymlworkflow to post results via an org-wide reusable workflow triggered byworkflow_run. - Remove the local
.breakageJulia helper script and its dedicated project file.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
.github/workflows/CommentBreakage.yml |
Adds a workflow_run-triggered job that calls the org-wide PR-commenting reusable workflow. |
.github/workflows/Breakage.yml |
Replaces the large in-repo workflow with a call to the org-wide reusable Breakage workflow. |
.breakage/get_jso_users.jl |
Removes the local dependency-discovery helper script. |
.breakage/Project.toml |
Removes the local project file used by the deleted helper script. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
tmigot
requested changes
May 8, 2026
Member
tmigot
left a comment
There was a problem hiding this comment.
Thanks @MaxenceGollier ! This one needs the formatting we mentioned before.
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.
Following JuliaSmoothOptimizers/.github#18.