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

allow urls in the /cherry-pick command #59086

Closed
wants to merge 1 commit into from
Closed

Conversation

kasperk81
Copy link

e.g. /cherry-pick https://github.com/llvm/llvm-project/commit/80f444646c62ccc8b2399d60ac91e62e6e576da6 on the ui looks legit:

/cherry-pick 80f4446

it was failing with a cryptic message:
Failed to cherry-pick: 80f4446

now it will allow us to do things like

/cherry-pick 123def https://github.com/llvm/llvm-project/321fed abcdef

and the script will cherry-pick 123def, 321fed and abcdef.

@github-actions
Copy link

This repository does not accept pull requests. Please follow http://llvm.org/docs/Contributing.html#how-to-submit-a-patch for contribution to LLVM.

@github-actions github-actions bot closed this Nov 19, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Nov 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant