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
ci(companion): aggregate companions across bundled feature PRs on prod releases
Mirror of copilot: on staging->main release PRs, aggregate Companion
declarations from every squashed feature PR in the release (deduped).
dev->staging stays single-PR.
const scope = base === 'main' ? ' (aggregated across the feature PRs in this release)' : '';
137
173
const note = warn
138
-
? `One or more companion PRs aren't merged into \`${base}\` yet. Merging this without them will leave copilot and sim out of sync — merge them in lockstep.`
139
-
: `All declared companion PRs are merged into \`${base}\`.`;
174
+
? `One or more companion PRs aren't merged into \`${base}\` yet${scope}. Merging this without them will leave copilot and sim out of sync — merge them in lockstep.`
175
+
: `All declared companion PRs are merged into \`${base}\`${scope}.`;
0 commit comments