-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Consolidate backport workflow onto ddev release port-commit #24470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 14 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
be8d80b
Consolidate backport workflow onto ddev release port-commit
Kyle-Neale e36ec2c
Add changelog entry
Kyle-Neale 4d53408
Anchor .deps/ match to repo root and extract port-commit confirm helper
Kyle-Neale 6ea5bcb
Pass merge SHA directly to port-commit in backport workflow
Kyle-Neale 05e9e7e
Minimize ambient token scope and tighten backport label gate
Kyle-Neale 4dd6d15
Guard per-base fetch and empty PR-URL default in backport workflow
Kyle-Neale 6e58f68
Condense backport workflow comments to one line each
Kyle-Neale a907d57
Extract comment_pr helper in backport workflow
Kyle-Neale 4a915e4
Document stale backport branch cleanup in workflow
Kyle-Neale 8cf1f79
Redesign backport automation around port-commit --from-pr
Kyle-Neale 0a2ae6a
Group port-commit options and type the backport results
Kyle-Neale cef1045
Rename check_github_user to require_github_user and tighten fake clie…
Kyle-Neale 13a1035
Reject --branch-suffix in multi-base --from-pr and mark dry-run ports…
Kyle-Neale e099f5f
Merge remote-tracking branch 'origin/master' into kyle.neale/backport…
Kyle-Neale 59ec2e5
Pin backport workflow checkout to master so ddev has --from-pr
Kyle-Neale File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| `release port-commit` gains a `--from-pr <number>` mode that backports a merged PR to every `backport/<base>` label on it (deriving the commit and target branches from the PR and skipping bases already backported), and now resets `.deps/` alongside `.in-toto` so regenerated dependency lockfiles are taken from the target branch. |
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.