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
letpullNumber=outputOptional("gh pr list --state open --head changeset-release/prod --base prod --json number --jq '.[0].number'");
62
+
63
+
if(!pullNumber){
64
+
pullNumber=output('gh pr create --title "Version Packages (Stable)" --body "Automatically promotes the current beta release line on prod to a stable release." --base prod --head changeset-release/prod --json number --jq \'.number\'');
0 commit comments