diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2023-08-03 10:26:19 +0200 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2023-08-03 10:26:19 +0200 |
commit | e4db49c0cf7916a3303eadbdf7fd541e57e1ce9e (patch) | |
tree | 2f69f3774cacf41e01bf9afd1518e993063f4cae /.mergify.yml | |
download | freestyle-keys-e4db49c0cf7916a3303eadbdf7fd541e57e1ce9e.tar freestyle-keys-e4db49c0cf7916a3303eadbdf7fd541e57e1ce9e.tar.gz freestyle-keys-e4db49c0cf7916a3303eadbdf7fd541e57e1ce9e.tar.bz2 freestyle-keys-e4db49c0cf7916a3303eadbdf7fd541e57e1ce9e.tar.lz freestyle-keys-e4db49c0cf7916a3303eadbdf7fd541e57e1ce9e.tar.xz freestyle-keys-e4db49c0cf7916a3303eadbdf7fd541e57e1ce9e.tar.zst freestyle-keys-e4db49c0cf7916a3303eadbdf7fd541e57e1ce9e.zip |
Diffstat (limited to '.mergify.yml')
-rw-r--r-- | .mergify.yml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.mergify.yml b/.mergify.yml new file mode 100644 index 0000000..c28b2ad --- /dev/null +++ b/.mergify.yml @@ -0,0 +1,23 @@ +# SPDX-FileCopyrightText: 2013 The freestyle-hid Authors +# +# SPDX-License-Identifier: 0BSD + +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=pytest (macos-latest, 3.7)" + - "status-success=pytest (macos-latest, 3.8)" + - "status-success=pytest (macos-latest, 3.9)" + - "status-success=pytest (windows-latest, 3.7)" + - "status-success=pytest (windows-latest, 3.8)" + - "status-success=pytest (windows-latest, 3.9)" + - "status-success=pre-commit" + actions: + merge: + method: rebase |