Skip to content

Auto Merge not processing PR's #842

@ghost

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:
image
image
image

Why isn't it being merged?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions