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

I am not able to see mergeable show up in a PR like it should in my enterprise instance. But if I do a PR in my personal repo it...

Hello, I was wondering how I could achieve checking against multiple branch patterns using `baseRef` and `headRef` to ensure our team is following the branching policy we have as our...

> HttpError: Invalid request. > > Only 65535 characters are allowed; 184898 were supplied. I have a bot updating description with some logs, so it gets quite big. ~~But the...

🐛 Bug: reported

I'm running an instance of mergeable locally. I could create a validator to auto merge my pr's but I can't configure to auto label. I did some test with a...

Are there any plans to support globs or regex in the files/require argument in the dependent rule? Use case is: ``` - do: dependent changed: file: '**/schemas/**/*.sql' required: ['**/schemas/**/Changelog.md'] message:...

Example application for this feature: Allow capturing values via regex in Title/Description validator and then using them in Request Review action to dynamically set the reviewer without having to hardcode...

While reading docs I found many times something like `match: ['src']` but when I was trying to use it, it wasn't work. I found out that patterns like `src` or...

As many companies are migrating to TS, it would be great to extend the ignore comments for the size rule to TS as well as JS

🎉 Feature: requested
🎉 Feature: planned

Hi, We have a monorepo with a lot of activity going on within it, we would like to turn off the native GitHub "require branches to be up to date"...

Great that we now have #612 for more control over the commit messages. Mergify has a feature to extract components from the PR description using a syntax like `{{ body...