aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2018-07-25 13:11:37 -0700
committerGravatar GitHub <noreply@github.com>2018-07-25 13:11:37 -0700
commitcba3575ed77a59ad55ecfce3d44dc681f21399b4 (patch)
tree99819adc409453d112ecccb6a6935a0eacdf2971 /.github
parentc01ec499125fab39cd1ec755bbdfdb042e08ac37 (diff)
Creating mergeable's config.
Initial attempt at configuring mergeable.
Diffstat (limited to '.github')
-rw-r--r--.github/mergeable.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/mergeable.yml b/.github/mergeable.yml
new file mode 100644
index 0000000000..dcc5e03c4c
--- /dev/null
+++ b/.github/mergeable.yml
@@ -0,0 +1,6 @@
+mergeable:
+ pull_requests:
+ label:
+ must_include:
+ regex: `release notes:yes|release notes:no`
+ message: `Add release notes yes/no label. For yes, add lang label`