Update workflow to merge rel-10.2 with rel-10.1#24931
Merged
MansurBesleney merged 1 commit intorel-10.1from Feb 24, 2026
Merged
Update workflow to merge rel-10.2 with rel-10.1#24931MansurBesleney merged 1 commit intorel-10.1from
MansurBesleney merged 1 commit intorel-10.1from
Conversation
MansurBesleney
approved these changes
Feb 24, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub Actions workflow to merge the rel-10.2 branch with rel-10.1 instead of merging the dev branch with rel-10.1. This appears to be a standard update to the automated branch promotion workflow as the project transitions between release versions.
Changes:
- Updated workflow name, job name, and descriptions from "dev" to "rel-10.2"
- Changed the source branch reference from "dev" to "rel-10.2"
- Updated PR title and body text to reflect the new source branch
Comments suppressed due to low confidence (1)
.github/workflows/auto-pr.yml:5
- The workflow trigger should be updated to trigger on pushes to 'rel-10.2' instead of 'rel-10.1'. The workflow is intended to merge rel-10.2 into rel-10.1, so it should trigger when the source branch (rel-10.2) is updated, not when the target branch (rel-10.1) is updated. This would be consistent with standard CI/CD practices where automated merge workflows trigger on changes to the source branch.
branches:
- rel-10.1
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.
No description provided.