I have a github pull request that seems to never auto-merge, even though there are no errors. It’s been sitting in this stage for at least 30 minutes and counting. Here’s a screenshot:
I opened a ticket with GitHub and they said they’re looking into this. Apparently this issue only exists when a bot enables auto-merge. So as a temporary workaround, I’ve updated my GitHub auto-merge action to use my GitHub Personal Access Token (PAT) to enable auto-merge instead. Here’s what my step looks like now:
I basically pasted the example from the manual (see Enable auto-merge on a pull request), but Dependabot’s PRs are stuck at the “Attempting to auto-merge…” state, although all branch protection rules are met (all green checkmarks). @altjx did you get any update on your bug report?