summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2020-03-16 20:03:23 +0100
committerDiego Elio Pettenò <flameeyes@flameeyes.com>2020-03-16 20:05:46 +0100
commitc8fc2946e62bd4757dda010b419b19aab9ae6867 (patch)
tree4ff6007396baca15c316cd9a3b26f807981f0f05
parentFix version information formatting. (diff)
downloadglucometerutils-c8fc2946e62bd4757dda010b419b19aab9ae6867.tar
glucometerutils-c8fc2946e62bd4757dda010b419b19aab9ae6867.tar.gz
glucometerutils-c8fc2946e62bd4757dda010b419b19aab9ae6867.tar.bz2
glucometerutils-c8fc2946e62bd4757dda010b419b19aab9ae6867.tar.lz
glucometerutils-c8fc2946e62bd4757dda010b419b19aab9ae6867.tar.xz
glucometerutils-c8fc2946e62bd4757dda010b419b19aab9ae6867.tar.zst
glucometerutils-c8fc2946e62bd4757dda010b419b19aab9ae6867.zip
-rw-r--r--.mergify.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.mergify.yml b/.mergify.yml
new file mode 100644
index 0000000..f78ab1a
--- /dev/null
+++ b/.mergify.yml
@@ -0,0 +1,15 @@
+pull_request_rules:
+ - name: Automatic merge on approval
+ conditions:
+ - "#approved-reviews-by>=1"
+ - "status-success=continuous-integration/travis-ci/pr"
+ actions:
+ merge:
+ method: rebase
+ - name: Automatic merge from Flameeyes
+ conditions:
+ - "author=Flameeyes"
+ - "status-success=continuous-integration/travis-ci/pr"
+ actions:
+ merge:
+ method: rebase