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

This will allow you to trigger actions based on the contents of a comment, possibly by at-mentioning the bot.

I am trying to implement a check in which I want that if a change is made in certain files, then there should be more than X number of files....

I'm in the middle of configuring mergeable for our whole organization when I realized something interesting happening: Every once in a while mergeable fails to fetch the already existing mergeable.yml...

Love this project but struggling to find a way on how to assign a tag to a new issue based upon a given string found in the issue body. I'm...

🐛 Bug: reported

I am using the following config ``` version: 2 mergeable: - when: pull_request.opened validate: - do: commit message: regex: 'AB\#[0-9]+' message: 'The Azure ticket does not exist' pass: - do:...

## Feature Request - Trigger GitHub Actions with the Actions block ### Description Hello all, I'd like to suggest the possibility of implementing a action within the [Actions block](https://mergeable.readthedocs.io/en/latest/configuration.html#actions), that...

As a user I'd like to run mergeable robot as a GitHub Action workflow So that I don't need to deploy and run a probot service There appears to be...

🎉 Feature: requested

Hello all, this is a Feature Request! What I'd like to accomplish is selecting all the events under - `pull_request.*` - except closed - `pull_request.closed` through a regex. This, instead...

## Feature Request - Add capability to assign a pull request and issue to a Project Hello all, this is a Feature Request! What I'd like to accomplish is to...

At multiple locations in the code base the tool assumes that every event has an `action` property in its `payload` (see [example](https://github.com/mergeability/mergeable/blob/a43040026c495f5ab39d4a28036dc5a16acdf5b1/lib/flex/lib/createPromises.js#L6)). There a number of events which do not...