Skip to content

Commit

Permalink
chore(mergify): remove some checks (#31)
Browse files Browse the repository at this point in the history
Remove some checks thanks to merge protections.
  • Loading branch information
DouglasBlackwood authored Jul 11, 2024
1 parent 588f915 commit afd4220
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ pull_request_rules:
conditions:
- base=main
- label!=manual merge
- "check-success=Rule: Conventional Commit (post_check)"
actions:
queue:

Expand All @@ -50,22 +49,10 @@ pull_request_rules:
- -merged
- -closed
- and: *CheckRuns
- "check-success=Rule: changelog requirements (post_check)"
- "#approved-reviews-by=0"
- "#changes-requested-reviews-by=0"
- "review-requested!=@devs"
actions:
request_reviews:
teams:
- devs

- name: changelog requirements
conditions: []
actions:
post_check:
title: |
{% if check_succeeded %}
Changelog requirements are present.
{% else %}
Changelog requirements are missing.
{% endif %}

0 comments on commit afd4220

Please sign in to comment.