You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2020. It is now read-only.
Have you checked the logs? Don't forget to include them if relevant
What would you like to do?
I have a GitHub action that approves PRs from Renovate bot. (As mentioned in this issue we can no longer assign renovate-approve app to approve PRs.) Even if all the checks are green, the PR approved, and after an hour Renovate doesn't merge the PR. In the log the mergeStatus is still no automerge and "mergeStateStatus = BLOCKED"
DEBUG: Checking if we can automerge branch(branch="renovate/all-minor-patch")
DEBUG: mergeStatus=no automerge(branch="renovate/all-minor-patch")
DEBUG: Ensuring PR(branch="renovate/all-minor-patch")
DEBUG: There are 0 errors and 0 warnings(branch="renovate/all-minor-patch")
DEBUG: Checking #604 for automerge(branch="renovate/all-minor-patch")
{
"automerge": true,
"automergeType": "pr",
"automergeComment": "automergeComment"
}
DEBUG: PR is configured for automerge(branch="renovate/all-minor-patch")
DEBUG: PR is not ready for merge(branch="renovate/all-minor-patch")
{
"canMergeReason": "mergeStateStatus = BLOCKED"
}
I've tried the same Renovate config in a repo without branch protection and Renovate manages to auto merge the PRs.
As mentioned in the issue description, it doesn't seem possible anymore to assign the renovate-approve bot as a codeowner If you need to add this bot to your CODEOWNERS, you can identify it using app/renovate-approve.
Which Renovate are you using?
WhiteSource Renovate App
Which platform are you using?
GitHub.com
Have you checked the logs? Don't forget to include them if relevant
What would you like to do?
I have a GitHub action that approves PRs from Renovate bot. (As mentioned in this issue we can no longer assign renovate-approve app to approve PRs.) Even if all the checks are green, the PR approved, and after an hour Renovate doesn't merge the PR. In the log the
mergeStatus
is stillno automerge
and"mergeStateStatus = BLOCKED"
I've tried the same Renovate config in a repo without branch protection and Renovate manages to auto merge the PRs.
The master branch protection setting
Is there something more I need to do? As a workaround I could try to implement a GitHub action that would do the merging
The text was updated successfully, but these errors were encountered: