From 154788bb4c96a366b0cc707f10c5e33ffe93402f Mon Sep 17 00:00:00 2001 From: Rafi Kamal Date: Mon, 2 Mar 2020 13:41:56 -0800 Subject: [PATCH 1/2] Add bazel to the list of acceptable mergeable tags --- .github/mergeable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/mergeable.yml b/.github/mergeable.yml index 34e06abb7d..e5f1cddd37 100644 --- a/.github/mergeable.yml +++ b/.github/mergeable.yml @@ -11,7 +11,7 @@ mergeable: regex: 'release notes: yes' message: 'Please include release notes: yes' - must_include: - regex: '^(c#|c\+\+|cleanup|conformance tests|integration|java|javascript|go|objective-c|php|python|ruby)' + regex: '^(c#|c\+\+|cleanup|conformance tests|integration|java|javascript|go|objective-c|php|python|ruby|bazel)' message: 'Please include at least a language label (e.g., c++, java, python). Or apply one of the following labels: cleanup, conformance tests, integration.' - must_include: regex: 'release notes: no' From 37934fe46f277a3605804eb22a5fb2b321678bd9 Mon Sep 17 00:00:00 2001 From: Rafi Kamal Date: Mon, 2 Mar 2020 15:10:49 -0800 Subject: [PATCH 2/2] Update mergeable.yml --- .github/mergeable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/mergeable.yml b/.github/mergeable.yml index e5f1cddd37..a827eb7c68 100644 --- a/.github/mergeable.yml +++ b/.github/mergeable.yml @@ -12,7 +12,7 @@ mergeable: message: 'Please include release notes: yes' - must_include: regex: '^(c#|c\+\+|cleanup|conformance tests|integration|java|javascript|go|objective-c|php|python|ruby|bazel)' - message: 'Please include at least a language label (e.g., c++, java, python). Or apply one of the following labels: cleanup, conformance tests, integration.' + message: 'Please include at least a language label (e.g., c++, java, python). Or apply one of the following labels: bazel, cleanup, conformance tests, integration.' - must_include: regex: 'release notes: no' message: 'Please include release notes: no'