blob: 9bc4b9b99f9d4d7f08dd19f0447c033f63b21915 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# SPDX-FileCopyrightText: 2013 The glucometerutils Authors
#
# SPDX-License-Identifier: MIT
pull_request_rules:
- name: Automatic merge on approval
conditions:
- or:
- "#approved-reviews-by>=1"
- "author=Flameeyes"
- "status-success=pytest (ubuntu-latest, 3.7)"
- "status-success=pytest (ubuntu-latest, 3.8)"
- "status-success=pytest (ubuntu-latest, 3.9)"
- "status-success=pre-commit"
actions:
merge:
method: rebase
|