-
Notifications
You must be signed in to change notification settings - Fork 63
Open

Description
I've installed auto-merge today and filled out the auto-merge.yml file, I've added it to the .github folder. However, PR's are not being merged, despite them meeting the requirements. My auto-merge.yml
is as follows (I've removed the comments):
minApprovals:
MEMBER: 2
COLLABORATOR: 2
maxRequestedChanges:
COLLABORATOR: 0
MEMBER: 0
updateBranch: true
deleteBranchAfterMerge: true
mergeMethod: squash
mergeCommitMessage: |
{title} (#{number})
{body}
requiredBaseBranches:
- qa
blockingLabels:
- blocked
requiredLabels:
- merge
A PR is ready to be merged and meets the requirements, but nothing happens:
Why isn't it being merged?
kurtmc, shreyasbharath, tvacare and rogerluan
Metadata
Metadata
Assignees
Labels
No labels