-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[core] Automate cherry-pick of PRs from next
-> master
#11382
[core] Automate cherry-pick of PRs from next
-> master
#11382
Conversation
Deploy preview: https://deploy-preview-11382--material-ui-x.netlify.app/ |
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.
Great initiative! 💯
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.
Thanks @MBilalShafi!
It's great to see 👍 Regarding the new GitHub Action, I think that we need to fix the 4 securities regressions: #11468. @MBilalShafi could you fix them? Thanks In general a few rules around GitHub actions securities: https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions (I couldn't spot anything wrong for us) |
This might be useful for the PRs that need to be cherry-picked to
master
during the alpha and beta phases of development, while we are using thenext
branch as the source of truth.Tested the workflow on a test repo, and it seems to work as expected!