mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-31 17:01:58 +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:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
open-pull-requests-limit: 9999
|
open-pull-requests-limit: 9999
|
||||||
commit-message:
|
|
||||||
prefix: "deps"
|
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
|
# Check for updates to GitHub Actions every weekday
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
commit-message:
|
|
||||||
prefix: "deps"
|
|
||||||
|
18
.github/mergify.yml
vendored
18
.github/mergify.yml
vendored
@@ -24,24 +24,6 @@ pull_request_rules:
|
|||||||
actions:
|
actions:
|
||||||
queue:
|
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:
|
queue_rules:
|
||||||
- name: default
|
- name: default
|
||||||
conditions: []
|
conditions: []
|
||||||
|
Reference in New Issue
Block a user