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 66ec556 commit 2bcbbdcCopy full SHA for 2bcbbdc
.github/actions/fix/src/index.ts
@@ -51,7 +51,7 @@ export default async function () {
51
core.info(
52
`Assigned ${issue.owner}/${issue.repository}#${issue.issueNumber} to Copilot!`
53
);
54
- await sleep(1000); // Wait for Copilot to open a PR
+ await sleep(5000); // Wait for Copilot to open a PR
55
const pullRequest = await getLinkedPR(octokit, issue);
56
if (pullRequest) {
57
fixing.pullRequest = pullRequest;
0 commit comments