We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdae87e commit 782d846Copy full SHA for 782d846
.github/mergeable.yml
@@ -0,0 +1,26 @@
1
+version: 2
2
+mergeable:
3
+ - when: pull_request.*
4
+ validate:
5
+ - do: label
6
+ must_exclude:
7
+ regex: do-not-merge/blocked
8
+ - do: title
9
10
+ regex: /\[?wip\]?:?/i
11
12
13
+ regex: do-not-merge/work-in-progress
14
+ pass:
15
+ - do: checks
16
+ status: success
17
+ payload:
18
+ title: The PR is ready to be merged.
19
+ summary: The pull request is ready to be merged.
20
+ fail:
21
22
+ status: failure
23
24
+ title: The PR is not ready to be merged.
25
+ summary: The pull request is not ready to be merged.
26
+
0 commit comments