소스 검색

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 년 전
부모
커밋
7adb159984
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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...'