You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add script to allow running CI on community PRs (#6016)
The script can be executed like so:
./scripts/run-ci-on-community-pr.sh <pr-id>
It will do the following:
1. Rebase the community PR againt its target branch.
2. Sign all the commits in the community PR.
3. Create a temporary PR to allow running of CI in the community PR.
The temporary PR can be closed once CI has completed running.
0 commit comments