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

Commit 78d6a60

Browse files
bors[bot]Franck Royer
andauthored
Merge #242
242: Ensure CLA is sorted before telling bors to merge r=D4nte a=D4nte Even if the CLA does not require signatures for dependabot it still needs to mark the PR as OK which may not happen if the service is down. Here we ensure that mergify does not tell bors to act until the CLA is marked ok as bors/github will stop the merge otherwise. Co-authored-by: Franck Royer <franck@coblox.tech>
2 parents 99de0a3 + 919b2a5 commit 78d6a60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.mergify.yml

Lines changed: 1 addition & 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=license/cla"
910
- "author:dependabot-preview[bot]"
1011
actions:
1112
comment:

0 commit comments

Comments
 (0)