Skip to content

Commit

Permalink
ci(mergify): remove post_check action (#552)
Browse files Browse the repository at this point in the history
post_check action is apparently a premium/paid feature, Remove it from the config
  • Loading branch information
andrewazores authored Jul 6, 2021
1 parent d8a4df7 commit 6577ea1
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
pull_request_rules:
- name: Conventional Commit
conditions:
- "title~=^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\\(.+\\))?:"
actions:
post_check:
title: |
{% if check_succeed %}
Title follows Conventional Commit
{% else %}
Title does not follow Conventional Commit
{% endif %}
summary: |
{% if not check_succeed %}
Your pull request title must follow [Conventional Commit](https://www.conventionalcommits.org/en/v1.0.0/).
{% endif %}
- name: backport patches to v1 branch
conditions:
- base=main
Expand Down

0 comments on commit 6577ea1

Please sign in to comment.