Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add
create-cherry-pick-pr
github action (#24074)
<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. --> ## **Description** This PR adds a github action for creating cherry pick commits, similarly as Mobile does. With this action we can pass the following arguments: - target branch to merge the cherry-pick - commit to cherry-pick - PR # associated with the cherry-pick Reference: this PR is based on Seth's PR for Mobile MetaMask/metamask-mobile@7e68812 You can see how this works in Mobile: 1. Go to https://github.com/MetaMask/metamask-mobile/actions/workflows/create-cherry-pick-pr.yml 2. Click Run Workflow 3. Add the target RC branch, the commit to cherry-pick and the PR number 4. You'll get a new branch with the cherry-pick (example of cherry-pick from the github action [here](MetaMask/metamask-mobile#9265)) ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to this page... 2. 3. ## **Screenshots/Recordings** Once this is merged, we'll be able to trigger the Cherry Pick Commit action: ![Screenshot from 2024-04-17 10-17-16](https://github.com/MetaMask/metamask-extension/assets/54408225/16d048d5-63a3-4f5e-a37c-f425b5c35bd5) ## **Pre-merge author checklist** - [ ] I’ve followed [MetaMask Coding Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md). - [ ] I've completed the PR template to the best of my ability - [ ] I’ve included tests if applicable - [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [ ] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)). Not required for external contributors. ## **Pre-merge reviewer checklist** - [ ] I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed). - [ ] I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.
- Loading branch information