blob: 2254f30b004060f57323d93b726c3de97b3de5e3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# SPDX-FileCopyrightText: 2013 The freestyle-hid Authors
#
# SPDX-License-Identifier: 0BSD
pull_request_rules:
- name: Automatic merge on approval
conditions:
- "#approved-reviews-by>=1"
- "status-success=pytest"
- "status-success=pre-commit"
actions:
merge:
method: rebase
- name: Automatic merge from Flameeyes
conditions:
- "author=Flameeyes"
- "status-success=pytest"
- "status-success=pre-commit"
actions:
merge:
method: rebase
|