mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-30 16:31:57 +00:00
Revert "chore: Enforce conventional commit PR title" (#3165)
Revert "chore: Enforce conventional commit PR title (#3083)"
This reverts commit 611286be81
.
This commit is contained in:
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@@ -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
.github/mergify.yml
vendored
18
.github/mergify.yml
vendored
@@ -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: []
|
||||
|
Reference in New Issue
Block a user