0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-08-23 03:48:35 +00:00

chore(ci): remove mergify config (#1652)

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
Pavel Boldyrev 2024-11-21 22:34:15 -05:00 committed by GitHub
parent d92710d0b5
commit 45eede724b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,27 +0,0 @@
pull_request_rules:
- name: Automatic approval of bpg`s pull requests
conditions:
- author=bpg
- label=autoapprove
- "#approved-reviews-by=0"
actions:
review:
type: APPROVE
message: ":robot: LGTM! *beep* *boop*"
- name: Automatic approval of renovate's pull requests
conditions:
- author=renovate[bot]
- label=renovate/github-action
- "#approved-reviews-by=0"
actions:
review:
type: APPROVE
- name: Automatic approval of all-contributors's pull requests
conditions:
- author=allcontributors[bot]
- "#approved-reviews-by=0"
actions:
review:
type: APPROVE
merge:
method: squash