Skip to content

Commit

Permalink
fix: remove semantic commit check
Browse files Browse the repository at this point in the history
Semantic PR service down since April 15th
zeke/semantic-pull-requests#183
  • Loading branch information
Bycob committed May 17, 2022
1 parent 3fc2e27 commit 5d0f0c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defaults:
queue_rules:
- name: default
conditions:
- "status-success=Semantic Pull Request"
# - "status-success=Semantic Pull Request"
- "status-success=Jenkins - Unit tests GPU"
- or:
- "label!=ci:docker"
Expand All @@ -19,7 +19,7 @@ pull_request_rules:
- "base=master"
- "label!=process:manual-merge"
- "#changes-requested-reviews-by=0"
- "status-success=Semantic Pull Request"
# - "status-success=Semantic Pull Request"
- "status-success=Jenkins - Unit tests GPU"
- or:
- "label!=ci:docker"
Expand Down

0 comments on commit 5d0f0c7

Please sign in to comment.