Skip to content

Commit

Permalink
ci: use Mergify for Conventional commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sileht committed Mar 14, 2024
1 parent ba57443 commit 8e30c5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/semantic-pull-request.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ queue_rules:
<<: *DefaultQueueOptions
queue_conditions:
- and: *CheckRuns
- check-success=semantic-pull-request
- "check-success=Rule: Conventional Commit (post_check)"
- or:
- "#approved-reviews-by>=1"
- label=no-review-needed
Expand Down Expand Up @@ -54,7 +54,7 @@ pull_request_rules:
- name: automatic merge
conditions:
- base=main
- check-success=semantic-pull-request
- "check-success=Rule: Conventional Commit (post_check)"
- label!=manual merge
actions:
queue:

0 comments on commit 8e30c5e

Please sign in to comment.