Explorar el Código

chore: add revert label check (#14853)

Aaron Wang hace 1 año
padre
commit
6406243db0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/mergeable.yml

+ 2 - 2
.github/mergeable.yml

@@ -55,8 +55,8 @@ mergeable:
       - do: label
         and:
           - must_include:
-              regex: 'feature|bug|improvement|document|chore'
-              message: 'Label must include one of the following: `feature`, `bug`, `improvement`, `document`, `chore`'
+              regex: 'feature|bug|improvement|document|chore|revert'
+              message: 'Label must include one of the following: `feature`, `bug`, `improvement`, `document`, `chore`, `revert`'
           - must_include:
               regex: 'ready-to-merge'
               message: 'Please check if there are PRs that already have a `ready-to-merge` label and can be merged, if exists please merge them first.'