mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +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
|
||||
conditions:
|
||||
- base=master
|
||||
- base=unstable
|
||||
- label=trivial
|
||||
- author=@sigp/lighthouse
|
||||
actions:
|
||||
@@ -25,8 +25,8 @@ pull_request_rules:
|
||||
- name: Add ready-to-merge labeled PRs to merge queue
|
||||
conditions:
|
||||
# All branch protection rules are implicit: https://docs.mergify.com/conditions/#about-branch-protection
|
||||
- base=master
|
||||
- label=send-it
|
||||
- base=unstable
|
||||
- label=ready-to-merge
|
||||
actions:
|
||||
queue:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user