1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-11 06:55:38 +03:00

chore(mergify): don't update PRs for the main branch

This commit is contained in:
Orhun Parmaksız 2023-12-11 22:52:24 +03:00
parent dcc511609f
commit 96a220c8e9
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

8
.github/mergify.yml vendored
View File

@ -5,11 +5,3 @@ pull_request_rules:
actions:
merge:
method: squash
- name: Automatic update to the main branch for pull requests
conditions:
- -conflict # skip PRs with conflicts
- -draft # skip GH draft PRs
- -author=dependabot[bot] # skip dependabot PRs
actions:
update: