0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 19:12:59 +00:00

chore: add auto-labeler (#151)

* chore: add auto-labeler

* fix mergify config

* fix name
This commit is contained in:
Pavel Boldyrev 2022-10-21 22:30:50 -04:00 committed by GitHub
parent b0a92de22b
commit 1db3a46ac2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

6
.github/auto-label.yaml vendored Normal file
View File

@ -0,0 +1,6 @@
requestsize:
enabled: true
language:
pullrequest: true
staleness:
pullrequest: true

View File

@ -2,13 +2,13 @@ pull_request_rules:
- name: Automatic merge on approval
conditions:
- "#approved-reviews-by>=1"
- label=automerge
actions:
merge:
method: squash
- name: automatic approval for bpg's pull requests
conditions:
- author=bpg
- label=autoapprove
actions:
review:
type: APPROVE