0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-02 19:43:00 +00:00
terraform-provider-proxmox/.mergify.yml
Pavel Boldyrev 826a51f6a6
misc(ci): update .mergify.yml (#1024)
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
2024-02-08 22:52:37 -05:00

28 lines
718 B
YAML

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