From e4db49c0cf7916a3303eadbdf7fd541e57e1ce9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Thu, 3 Aug 2023 09:26:19 +0100 Subject: Initial import of freestyle_keys package. This package only contains the constants required to speak to FreeStyle Libre 2 devices. --- .mergify.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .mergify.yml (limited to '.mergify.yml') 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 -- cgit v1.2.3