Sfoglia il codice sorgente

Pullapprove: label

Changes label.

https://docs.pullapprove.com/groups/users/ 
> The GitHub users who are in this group. Case-insensitive.

So I do not get why pullapprove currently misbehaves.
Tobias Kaminsky 7 anni fa
parent
commit
7adb159984
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      .pullapprove.yml

+ 1 - 2
.pullapprove.yml

@@ -4,8 +4,7 @@ version: 2
 always_pending:
   title_regex: '(WIP|wip)'
   labels:
-    - 1. to develop
-    - 2. developing
+    - 1. developing
   # custom message that will be used for the GitHub status
   explanation: 'This PR is a work in progress...'