diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2020-03-16 20:03:23 +0100 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2020-03-16 20:05:46 +0100 |
commit | c8fc2946e62bd4757dda010b419b19aab9ae6867 (patch) | |
tree | 4ff6007396baca15c316cd9a3b26f807981f0f05 /.mergify.yml | |
parent | Fix version information formatting. (diff) | |
download | glucometerutils-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 |
Diffstat (limited to '.mergify.yml')
-rw-r--r-- | .mergify.yml | 15 |
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 |