To create a PR and trigger a copilot review, first install the GitHub CLI on your machine, then also this extension to your browser, then do e.g.:
gh pr create --base master --head develop --title "my title" --body "" --label my-label
open "$(gh pr list --head develop --base master --json url -q '.[0].url')?copilot_review=1"
