Skip to content
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

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

CalvinKirs
Copy link
Member

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

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.
@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

Copy link
Contributor

@dataroaring dataroaring left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dataroaring
Copy link
Contributor

run buildall

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Oct 24, 2024
Copy link
Contributor

PR approved by at least one committer and no changes requested.

Copy link
Contributor

PR approved by anyone and no changes requested.

Copy link
Contributor

@morningman morningman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dataroaring dataroaring merged commit bd9d58d into apache:master Oct 24, 2024
29 of 30 checks passed
@CalvinKirs CalvinKirs deleted the master-auto-pick-3.0 branch October 24, 2024 12:58
CalvinKirs added a commit to CalvinKirs/incubator-doris that referenced this pull request Oct 24, 2024
## 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)
CalvinKirs added a commit that referenced this pull request Oct 24, 2024
## 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.-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by one committer. reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants