metamask-extension icon indicating copy to clipboard operation
metamask-extension copied to clipboard

fix: Cherry pick action

Open pedronfigueiredo opened this issue 10 months ago • 8 comments

Description

Fixes the cherry pick action by moving the script to the .github folder as it's expected, instead of the .circleci folder.

Tested in this job.

Open in GitHub Codespaces

Related issues

Fixes:

Manual testing steps

  1. Go to this page...

Screenshots/Recordings

Before

After

Pre-merge author checklist

  • [ ] I’ve followed MetaMask Coding Standards.
  • [ ] 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 format if applicable
  • [ ] I’ve applied the right labels on the PR (see labeling guidelines). 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.

pedronfigueiredo avatar Apr 26 '24 09:04 pedronfigueiredo