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:
parent
b0a92de22b
commit
1db3a46ac2
6
.github/auto-label.yaml
vendored
Normal file
6
.github/auto-label.yaml
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
requestsize:
|
||||
enabled: true
|
||||
language:
|
||||
pullrequest: true
|
||||
staleness:
|
||||
pullrequest: true
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user