Skip to content
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 not processing PR's #842

Open
rolandoldengarm opened this issue Sep 4, 2020 · 2 comments
Open

Auto Merge not processing PR's #842

rolandoldengarm opened this issue Sep 4, 2020 · 2 comments

Comments

@rolandoldengarm
Copy link

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?

@shreyasbharath
Copy link

We are in the same situation with a stock standard configuration file.

Is there something we are missing in the configuration?

minApprovals:
  MEMBER: 1

updateBranch: true

deleteBranchAfterMerge: true

mergeMethod: squash

requiredBaseBranches:
- develop

blockingLabels:
- blocked

blockingTitleRegex: '\bwip\b'
blockingBodyRegex: '\bDo not merge\b'

@CoryWritesCode
Copy link

Mine seem to run after 1 approval even though we require 2 and then it won't run the check again after the second approval.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants