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 thought the following would _prevent_ any output showing up in the PR checks when successful: ``` - when: pull_request.* name: 'PR description filled out' validate: - do: description must_exclude:...

The following code returns `error`: ``` version: 2 mergeable: - when: pull_request.opened, pull_request.reopened name: test validate: - do: contents files: pr_diff: true must_exclude: regex: 'Submodule' message: 'some message' pass: -...

Hi, I created a config file with must_exclude labels and when i created a pull request it showed that checks have failed which is fine as that's what I wanted....

Hi there! Can someone help with this issue. I enabled a global mergeable config for the whole organisation. It's a simple PR description check. But it started giving me this...

I am trying to implement a rule that prevents any changes in submodules via a PR in the super-repo. **Idea**: users are allowed to modify the code in the super-repo...

Context: We are looking at migrating away from (self-hosted) Bitbucket to Github and currently use a custom bot that responds to Bitbucket events. I am researching how to replicate this...

We have a PR (https://github.com/protocolbuffers/protobuf/pull/11174) that fails the [mergeable check in main](https://github.com/protocolbuffers/protobuf/blob/main/.github/mergeable.yml), even though the PR is to 21.x with a different mergeable.yml. Ideally, we would like to configure main's...

we're trying to implement a simple action to add reviewers to a Pull Request with something like ``` - when: pull_request.* validate: - do: label must_include: regex: test-request-review pass: -...

## Description Currently (as far as I'm aware), we can only add assignees through the `assign` action but, similarly to the `labels` action, I think there are cases where it...

I often get the following error flagged against my Pull Request description when I know I am not exceeding the character count. ``` HttpError: Invalid request. Only 65535 characters are...