mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-05-11 15:36:36 +08:00
26 lines
798 B
Markdown
26 lines
798 B
Markdown
---
|
|
title: Mergeable
|
|
description: Prevent merging of Pull Requests based on configurations.
|
|
slug: mergeable
|
|
screenshots:
|
|
- https://raw.githubusercontent.com/jusx/mergeable/5d9c9cab357b12b84af62044ac46648d9fca84c4/screenshot.gif
|
|
authors:
|
|
- jusx
|
|
repository: jusx/mergeable
|
|
host: https://mergeable-bot.herokuapp.com
|
|
stars: 47
|
|
updated: 2018-07-18 01:06:19 UTC
|
|
installations: 7
|
|
organizations:
|
|
- rundeck
|
|
- jusx
|
|
---
|
|
|
|
A GitHub App that prevents merging of Pull Requests based on [configurations](https://github.com/jusx/mergeable#configuration). Make your Pull Requests mergeable only when:
|
|
|
|
- Certain terms are not in the **title** or **label**.
|
|
|
|
- The **milestone** on the pull request matches with what is configured.
|
|
|
|
- There are at least `n` number of **approved reviews**, where `n` is configurable.
|