-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[Feat](GA)automatically cherry-pick #42435
Conversation
This PR helps us automatically cherry-pick commits from one PR to other branches while preserving the original commit information. The specific rules are as follows:↳ If a PR submitted to the main branch is merged and the label includes ‘dev/3.0.x’, it will automatically create a new branch, cherry-pick the commit, and then create a PR. If conflicts arise, the original PR will be tagged with a label.
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
run buildall |
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
## Proposed changes This PR helps us automatically cherry-pick commits from one PR to other branches while preserving the original commit information. The specific rules are as follows:↳ If a PR submitted to the main branch is merged and the label includes ‘dev/3.0.x’, it will automatically create a new branch, cherry-pick the commit, and then create a PR. If conflicts arise, the original PR will be tagged with a label. ## Test #42 #40 #40 https://github.com/CalvinKirs/incubator-doris/actions/workflows/auto-pick.yml ## todo (cherry picked from commit bd9d58d)
## Proposed changes This PR helps us automatically cherry-pick commits from one PR to other branches while preserving the original commit information. The specific rules are as follows:↳ If a PR submitted to the main branch is merged and the label includes ‘dev/3.0.x’, it will automatically create a new branch, cherry-pick the commit, and then create a PR. If conflicts arise, the original PR will be tagged with a label. ## Test CalvinKirs#42 CalvinKirs#40 CalvinKirs#40 https://github.com/CalvinKirs/incubator-doris/actions/workflows/auto-pick.yml ## todo (cherry picked from commit bd9d58d) ## Proposed changes Issue Number: close #xxx <!--Describe your changes.-->
Proposed changes
This PR helps us automatically cherry-pick commits from one PR to other branches while preserving the original commit information. The specific rules are as follows:↳
If a PR submitted to the main branch is merged and the label includes ‘dev/3.0.x’, it will automatically create a new branch, cherry-pick the commit, and then create a PR. If conflicts arise, the original PR will be tagged with a label.
Test
CalvinKirs#42
CalvinKirs#40
CalvinKirs#40
https://github.com/CalvinKirs/incubator-doris/actions/workflows/auto-pick.yml
todo