summaryrefslogtreecommitdiffstats
path: root/.mergify.yml
blob: 57d396eea19474a514e8eb0db2e17f88a1c50130 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# SPDX-FileCopyrightText: 2013 The glucometerutils Authors
#
# SPDX-License-Identifier: MIT

pull_request_rules:
  - name: Automatic merge on approval
    conditions:
      - "#approved-reviews-by>=1"
      - "status-success=Travis CI - Pull Request"
    actions:
      merge:
        method: rebase
  - name: Automatic merge from Flameeyes
    conditions:
      - "author=Flameeyes"
      - "status-success=Travis CI - Pull Request"
    actions:
      merge:
        method: rebase