mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-08-25 09:27:36 +00:00
Rebase fix (#1239)
* fixing rebase warning Signed-off-by: Paige Patton <prubenda@redhat.com> * workflow Signed-off-by: Paige Patton <prubenda@redhat.com> --------- Signed-off-by: Paige Patton <prubenda@redhat.com>
This commit is contained in:
@@ -40,7 +40,11 @@ jobs:
|
||||
await new Promise(r => setTimeout(r, delay));
|
||||
}
|
||||
}
|
||||
core.warning(`PR #${prNumber}: could not determine mergeable status after retries`);
|
||||
if (maxAttempts > 1) {
|
||||
core.warning(`PR #${prNumber}: could not determine mergeable status after ${maxAttempts} attempts — skipping`);
|
||||
} else {
|
||||
core.info(`PR #${prNumber}: mergeable not yet computed by GitHub — skipping (will recheck on next PR event)`);
|
||||
}
|
||||
return { mergeable: null, author: null };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user