Skip to content

Commit

Permalink
Revert "chore: Enforce conventional commit PR title" (#3165)
Browse files Browse the repository at this point in the history
Revert "chore: Enforce conventional commit PR title (#3083)"

This reverts commit 611286b.
  • Loading branch information
mxinden authored Nov 24, 2022
1 parent 611286b commit 98336b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
6 changes: 2 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ updates:
schedule:
interval: "daily"
open-pull-requests-limit: 9999
commit-message:
prefix: "deps"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
commit-message:
prefix: "deps"
18 changes: 0 additions & 18 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,6 @@ pull_request_rules:
actions:
queue:

- name: Conventional Commit PR title
conditions:
- base=master
actions:
post_check:
success_conditions:
- "title~=^(fix|feat|docs|refactor|chore|deps)(\\(.+\\))?!?:"
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 %}
queue_rules:
- name: default
conditions: []

0 comments on commit 98336b7

Please sign in to comment.