Skip to content

Commit

Permalink
enhance: Remove ci-passed label when ci failed on any changes to sour…
Browse files Browse the repository at this point in the history
…ce code

Signed-off-by: Sammy Huang <[email protected]>
  • Loading branch information
yellow-shine committed Feb 18, 2024
1 parent a297baa commit b7dc26e
Showing 1 changed file with 2 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 @@ -300,7 +300,7 @@ pull_request_rules:
- base=master
- base=sql_beta
- base~=^2\.3(\.\d+){0,1}$
- *no_source_code_files
- *source_code_files
- or:
- 'status-success!=Code Checker AMD64 Ubuntu 20.04'
- 'status-success!=Build and test AMD64 Ubuntu 20.04'
Expand All @@ -315,7 +315,7 @@ pull_request_rules:
conditions:
- label!=manual-pass
- base~=^2\.2\.\d+$
- *no_source_code_files
- *source_code_files
- or:
- 'status-success!=Code Checker AMD64 Ubuntu 20.04'
- 'status-success!=Build and test AMD64 Ubuntu 20.04'
Expand Down

0 comments on commit b7dc26e

Please sign in to comment.