mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
fix: don’t return pending branch if master issue checked
This commit is contained in:
parent
aa7f291275
commit
7f0d3753c4
1 changed files with 1 additions and 0 deletions
|
@ -446,6 +446,7 @@ export async function processBranch(
|
||||||
|
|
||||||
// break if we pushed a new commit because status check are pretty sure pending but maybe not reported yet
|
// break if we pushed a new commit because status check are pretty sure pending but maybe not reported yet
|
||||||
if (
|
if (
|
||||||
|
!masterIssueCheck &&
|
||||||
commitHash &&
|
commitHash &&
|
||||||
(config.requiredStatusChecks?.length || config.prCreation !== 'immediate')
|
(config.requiredStatusChecks?.length || config.prCreation !== 'immediate')
|
||||||
) {
|
) {
|
||||||
|
|
Loading…
Reference in a new issue