Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Update mergify rule for adding unit test on MSYS (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenny Li authored Apr 14, 2022
1 parent f373927 commit 5b4d0ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ pull_request_rules:
- "status-success=Unit Test on ubuntu-18.04"
- "status-success=Unit Test on centos7"
- "status-success=Unit Test on macos-11"
- "status-success=Unit Test on MSYS"
actions:
label:
add:
Expand All @@ -70,6 +71,7 @@ pull_request_rules:
- "status-success!=Unit Test on ubuntu-18.04"
- "status-success!=Unit Test on centos7"
- "status-success!=Unit Test on macos-11"
- "status-success!=Unit Test on MSYS"
actions:
label:
remove:
Expand Down

0 comments on commit 5b4d0ca

Please sign in to comment.