ci: backport-verification test#3385
Merged
michalChrobot merged 5 commits intodevelop-2.0.0from Apr 11, 2025
Merged
Conversation
EmandM
reviewed
Apr 8, 2025
Co-authored-by: Emma <emma.mcmillan@unity3d.com>
michalChrobot
added a commit
that referenced
this pull request
Apr 11, 2025
## Backport This is a backport of #3385
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.
Due to nature of NGO of having 2 development branches (
developfor NGOv1.X anddevelop-2.0.0for NGOv2.X) we need to ensure that relevant changes are landing in only one branch (when it's relevant to only develop-2.0.0 for example) or both of them.For people not familiar with NGO structure (but also for us) it might be easy to omit the fact of making a backport (or forward port) so this PR includes a GitHub workflow that will check if "## Backport" section exist in the PR thus making it mandatory. This will add a bit of work to each PR but it will ensure that developers get reminded about backports and hopefully this will lead to
I tested this workflow on my fork of NGO repo and seems to be working as expected
Backport
Backport created in #3393. After this PR gets approved I will modify branch protection rules to block PRs from merging if this check fails.