Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kmaehashi committed Sep 18, 2024
1 parent f8044ca commit 3ca9228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
});
const mergeable = pr.data.mergeable;
if (mergeable === null) {
// mergeable is null, wait until mergeability is determined.
console.log('Waiting for GitHub to determine mergeability...');
await new Promise(r => setTimeout(r, 1000));
continue;
}
Expand Down

0 comments on commit 3ca9228

Please sign in to comment.