Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit 4cdb949

Browse files
Include npm_build job for bors and mergify
1 parent 5d72a1a commit 4cdb949

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.mergify.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ pull_request_rules:
66
- "status-success=build (windows)"
77
- "status-success=build (ubuntu)"
88
- "status-success=e2e_test"
9+
- "status-success=npm_build"
910
- "status-success=license/cla"
1011
- "author:dependabot-preview[bot]"
1112
actions:
@@ -20,6 +21,7 @@ pull_request_rules:
2021
- "status-success=build (windows)"
2122
- "status-success=build (ubuntu)"
2223
- "status-success=e2e_test"
24+
- "status-success=npm_build"
2325
- "status-success=license/cla"
2426
- -conflict
2527
- label!=work-in-progress

bors.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ status = [
44
"build (ubuntu)",
55
"build (windows)",
66
"e2e_test",
7+
"npm_build",
78
]
89
pr_status = ["license/cla"]

0 commit comments

Comments
 (0)