feat(deploy-docs): add branch- prefix for non-default branches#363
Merged
Conversation
Contributor
Author
|
@mitsudome-r could you review this too? |
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
7360ba4 to
fd8b706
Compare
mitsudome-r
approved these changes
Dec 1, 2025
Contributor
Author
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.
Description
I want to clean up this mess:
For this, the first step is to organize them.
I want to sort them like:
And for this, I first want to prefix the versions that are triggered by the workflow dispatches with
branch-.Also for the cleanup mechanism, we have https://github.com/autowarefoundation/autoware-github-actions/blob/main/delete-closed-pr-docs/action.yaml but it doesn't clean up dangling branches that were used for workflow-dispatch but later removed. That will be in another PR.
Tests performed
branch-feat-test(branch name wasfeat/test✅The pull requests are already prefixed with
pr-and no change.Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.