Explorar el Código

add "Merge" as yet another approval keyword

AndyScherzinger hace 7 años
padre
commit
d26c57ae24
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .pullapprove.yml

+ 1 - 1
.pullapprove.yml

@@ -14,7 +14,7 @@ group_defaults:
     ignored: true
   approve_by_comment:
     enabled: true
-    approve_regex: '^(Approved|:shipit:|:\+1:|LGTM)'
+    approve_regex: '^(Approved|:shipit:|:\+1:|LGTM|Merge)'
     reject_regex: '^(Rejected|:-1:)'
   reset_on_push:
     enabled: false