mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-17 21:08:32 +00:00
Fix branch/tag names in mergify config (#6842)
This commit is contained in:
6
.github/mergify.yml
vendored
6
.github/mergify.yml
vendored
@@ -15,7 +15,7 @@ pull_request_rules:
|
|||||||
|
|
||||||
- name: Approve trivial maintainer PRs
|
- name: Approve trivial maintainer PRs
|
||||||
conditions:
|
conditions:
|
||||||
- base=master
|
- base=unstable
|
||||||
- label=trivial
|
- label=trivial
|
||||||
- author=@sigp/lighthouse
|
- author=@sigp/lighthouse
|
||||||
actions:
|
actions:
|
||||||
@@ -25,8 +25,8 @@ pull_request_rules:
|
|||||||
- name: Add ready-to-merge labeled PRs to merge queue
|
- name: Add ready-to-merge labeled PRs to merge queue
|
||||||
conditions:
|
conditions:
|
||||||
# All branch protection rules are implicit: https://docs.mergify.com/conditions/#about-branch-protection
|
# All branch protection rules are implicit: https://docs.mergify.com/conditions/#about-branch-protection
|
||||||
- base=master
|
- base=unstable
|
||||||
- label=send-it
|
- label=ready-to-merge
|
||||||
actions:
|
actions:
|
||||||
queue:
|
queue:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user