-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto-merge is stuck #52
Comments
Odd, it seems like something is wonky with the PR automerge feature. I can reach out to that team and see if they have any thoughts! |
Thank you so much @asciimike . Yes, that would be great any additional insight you can get I'd appreciate. |
@asciimike it seems like Dependabot can't merge to a protected branch, I tried removing the protection and it started merging the PRs. Is there something I can do about this? When I try to add Dependabot to the list of apps allowed to push to master, it doesn't show up. Separately the PRs merged by Dependabot are not being closed nginxinc/nginx-asg-sync#108 is this the expected behavior? |
This just came up in the context of codeowners, so I'll see if I can work with that team to see what we can do about allowing Dependabot to push to restricted branches
Unfortunately this is a known issue with the UI displaying the right state :( I've been chatting with the team on how to prioritize getting that fixed. |
For what it's worth I reached out to GitHub Support about this issue about a month ago. Here's what they said:
Though I would have rather granted |
Agreed, the PAT solution is pretty ugly :( |
As a side note, I re-discovered dependabot/feedback#86, and am talking to the folks who own branch protection rules about how we can get Dependabot added. |
@asciimike any updates on this? |
At this point it looks like the problem is more of "we should show an error rather than hang forever", as I think adding Dependabot as a trusted actor is going to be a bit more work. |
👋🏻 @lucacome I'm going to close this out as we are tracking this in core since it is a problem with the service vs protected branches. Unfortunately I don't have anything to share on this right now. |
Thanks for the update @brrygrdn ! |
I'm using this action to enable auto-merge for Dependabot. Everything seemed to work fine, but the PR is not being merged. I'm not sure how to debug this and probably it doesn't have anything to do with the action but I don't know where else to report it 😬
It's been attempting to auto-merge for more than 24 hours now.
This is the PR nginxinc/nginx-asg-sync#108
and this the action https://github.com/nginxinc/nginx-asg-sync/blob/master/.github/workflows/dependabot-auto-merge.yml
Does anybody know how to fix this?
Thanks.
The text was updated successfully, but these errors were encountered: