Skip to content

Drop now-invalid allow-reresolve input from downgrade workflow(s)#610

Merged
ChrisRackauckas merged 1 commit into
SciML:masterfrom
ChrisRackauckas-Claude:drop-allow-reresolve-input
Jun 7, 2026
Merged

Drop now-invalid allow-reresolve input from downgrade workflow(s)#610
ChrisRackauckas merged 1 commit into
SciML:masterfrom
ChrisRackauckas-Claude:drop-allow-reresolve-input

Conversation

@ChrisRackauckas-Claude
Copy link
Copy Markdown
Contributor

What

Remove the now-invalid allow-reresolve: input from the downgrade workflow(s).

The centralized SciML/.github downgrade workflows (downgrade.yml and
sublibrary-downgrade.yml) are being changed to always use
allow_reresolve: false and to drop the allow-reresolve workflow_call
input entirely (see SciML/.github#71). Once that merges and @v1 is retagged,
any caller still passing allow-reresolve: would fail with an invalid-input
error. This PR removes that line so this repo keeps working.
Behavior note: this repo passed allow-reresolve: true in one or more
downgrade files, so removing it makes the downgrade run strict
(allow_reresolve: false). That is the intended policy outcome, but it is a
real behavior change and may surface previously-hidden compat-floor conflicts.


Please ignore until reviewed by @ChrisRackauckas.

🤖 Generated with Claude Code

Co-Authored-By: Chris Rackauckas accounts@chrisrackauckas.com
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com

The reusable SciML/.github downgrade workflows now always use
allow_reresolve: false and no longer accept an allow-reresolve input
(see SciML/.github#71). Remove the now-invalid input so this caller keeps
working once @v1 is retagged.

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@ChrisRackauckas ChrisRackauckas marked this pull request as ready for review June 7, 2026 12:12
@ChrisRackauckas ChrisRackauckas merged commit b7da7a8 into SciML:master Jun 7, 2026
28 of 41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants