Compare commits
1 Commits
8fc14f8c88
...
106ed777fa
| Author | SHA1 | Date | |
|---|---|---|---|
| 106ed777fa |
@@ -98,8 +98,8 @@ async function ghActionBot() {
|
|||||||
() => createPullComment(repo, record.pull.number, PULL_RETEST_BODY, { delete: true }),
|
() => createPullComment(repo, record.pull.number, PULL_RETEST_BODY, { delete: true }),
|
||||||
async () => {
|
async () => {
|
||||||
logger.debug(`CHECK #${record.pull.number}: verify state change`);
|
logger.debug(`CHECK #${record.pull.number}: verify state change`);
|
||||||
// wait for the ci to restart
|
|
||||||
|
|
||||||
|
// wait for the ci to restart
|
||||||
await sleep(ACTION_CHECK_DELAY);
|
await sleep(ACTION_CHECK_DELAY);
|
||||||
|
|
||||||
// check that the commit status is now pending
|
// check that the commit status is now pending
|
||||||
|
|||||||
Reference in New Issue
Block a user