mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-02 19:43:00 +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
|
- name: Automatic merge on approval
|
||||||
conditions:
|
conditions:
|
||||||
- "#approved-reviews-by>=1"
|
- "#approved-reviews-by>=1"
|
||||||
|
- label=automerge
|
||||||
actions:
|
actions:
|
||||||
merge:
|
merge:
|
||||||
method: squash
|
method: squash
|
||||||
- name: automatic approval for bpg's pull requests
|
- name: automatic approval for bpg's pull requests
|
||||||
conditions:
|
conditions:
|
||||||
- author=bpg
|
- author=bpg
|
||||||
- label=autoapprove
|
|
||||||
actions:
|
actions:
|
||||||
review:
|
review:
|
||||||
type: APPROVE
|
type: APPROVE
|
||||||
|
Loading…
Reference in New Issue
Block a user