We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa76c9 commit 566d90aCopy full SHA for 566d90a
src/runWithOptions.ts
@@ -35,7 +35,7 @@ export async function runWithOptions(options: BackportOptions) {
35
});
36
37
if (backportSucceeded && options.backportCreatedLabels.length > 0) {
38
- Promise.all(
+ await Promise.all(
39
commits.map(async ({ pullNumber }) => {
40
if (pullNumber) {
41
return withSpinner(
0 commit comments