blob: 0d2145bf6153f73f9be811f128dc507e897970cc (
plain) (
tree)
|
|
# 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.9)"
- "status-success=pytest (ubuntu-latest, 3.10)"
- "status-success=pytest (ubuntu-latest, 3.11)"
- "status-success=pre-commit"
actions:
merge:
method: rebase
|