-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
Hello, I have the following config in my config file (among others). This should allow Owners to merge without approvals and everyone else to have at least a member approval.
rules:
- requiredAuthorRole: OWNER
- minApprovals:
MEMBER: 1
I noticed that PRs created by Dependabot and getting my approval (the owner of the repo) are not getting merged, and I get the following error:
✘ requiredAuthorRole: The author of the pull request does not have authority for auto-merge
Any idea why is that happening?
I have checked #715 and couldn't point it out.
Thank you 🙏
Metadata
Metadata
Assignees
Labels
No labels