Skip to content

Commit

Permalink
Fix mergify (#223)
Browse files Browse the repository at this point in the history
Signed-off-by: yhmo <[email protected]>
  • Loading branch information
yhmo authored Nov 17, 2021
1 parent f63cd8a commit 0124d92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pull_request_rules:
- name: Test passed for code changed
conditions:
- base=master
- "status-success=Java CI with Maven / build (pull_request)"
- "status-success=Java CI with Maven / Build with Maven"
actions:
label:
add:
Expand All @@ -11,7 +11,7 @@ pull_request_rules:
- name: Remove ci-passed when code check failed
conditions:
- base=master
- "check-failure=Java CI with Maven / build (pull_request)"
- "check-failure=Java CI with Maven / Build with Maven"
actions:
label:
remove:
Expand Down
2 changes: 2 additions & 0 deletions OWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ filters:
reviewers:
- xiaofan-luan
- yhmo
- scsven
approvers:
- xiaofan-luan
- yhmo
- scsven

0 comments on commit 0124d92

Please sign in to comment.