mergeable icon indicating copy to clipboard operation
mergeable copied to clipboard

🤖 All the missing GitHub automation 🙂 🙌

Results 126 mergeable issues
Sort by recently updated
recently updated
newest added

My PRs often have long-running CI and linter checks. These don't work with the *merge* action in this bot since the bot has no way to validate and block based...

We are coming from https://github.com/mergeability/mergeable/issues/554 The purpose of the issue would be to build and publish a new docker mergeable image with the new version after the release is completed....

Would there be interest in adding a Rally options processor like the Jira one?

The configuration in my mergeable.yml looks like: ``` version: 2 mergeable: - when: pull_request.* name: JIRA linked check filter: - do: repository topics: must_include: regex: 'topic1' message: 'Mergeable only enabled...

In Action `labels` we always call `setLabels` even if there are no changes to the current set of labels. This create noise in the action as every time the recipe...

`mergeable: - when: pull_request.*, pull_request_review.* name: '2approvals and 1 plus2' validate: - do: approvals min: count: 2 message: 'We require at least 2 approvals.' or: - required: reviewers: [ plus2reviewer...

Can we have an action for approving the PR is all the other checks have passed. Use Case: We use CD that validates the approval on PR, before deploying stuff...

There are some compliance restrictions that demand segregation of responsibilities, so the same person can't code, approve and deploy a change, GitHub doesn't assess this type of constraint, so on...

On some PRs, mergeable checks are not correctly updated which leads to the initial check result (created when PR was opened) persisting as a second result, along with the later...

🐛 Bug: cannot reproduce

I'm trying to setup mergeable to merge pr when CI passed and labeled "lgtm" , I tried this https://github.com/LeoQuote/test-repo/blob/master/.github/mergeable.yml but not working as I expected. The pr https://github.com/LeoQuote/test-repo/pull/2 was merged...

🎉 Feature: requested
🎉 Feature: planned