This repository was archived by the owner on Dec 2, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pull_request_rules:
7
7
- -approved-reviews-by~=author
8
8
- status-success=continuous-integration/travis-ci/pr
9
9
- status-success=continuous-integration/travis-ci/push
10
- # - status-success=Semantic Pull Request
10
+ - status-success=Semantic Pull Request
11
11
- label!=work-in-progress
12
12
- -title~=(WIP|wip)
13
13
- -merged
@@ -20,14 +20,21 @@ pull_request_rules:
20
20
strict : smart
21
21
strict_method : merge
22
22
23
- - name : Automatically approve Dependabot PRs
23
+ - name : Automatically merge Dependabot PRs
24
24
conditions :
25
25
- base=master
26
- - author~=^dependabot(|-preview)\[bot\]$
26
+ - author=dependabot[bot]
27
+ - label=dependencies
28
+ - status-success=continuous-integration/travis-ci/pr
29
+ - status-success=continuous-integration/travis-ci/push
30
+ - status-success=Semantic Pull Request
31
+ - label!=work-in-progress
27
32
- -title~=(WIP|wip)
28
33
- -label~=(blocked|do-not-merge)
29
34
- -merged
30
35
- -closed
31
36
actions :
32
- review :
33
- type : APPROVE
37
+ merge :
38
+ method : squash
39
+ strict : smart
40
+ strict_method : rebase
You can’t perform that action at this time.
0 commit comments