summaryrefslogtreecommitdiffstats
path: root/.mergify.yml
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2021-05-16 16:57:23 +0200
committerDiego Elio Pettenò <flameeyes@flameeyes.com>2021-05-16 16:57:23 +0200
commit33a6e5c8d4d743781c7236b170020603ac913a4c (patch)
tree71a1ad8cdc974e353add26b236b6f0dade01c059 /.mergify.yml
parentFix fat-fingered copy. (diff)
downloadfreestyle-hid-33a6e5c8d4d743781c7236b170020603ac913a4c.tar
freestyle-hid-33a6e5c8d4d743781c7236b170020603ac913a4c.tar.gz
freestyle-hid-33a6e5c8d4d743781c7236b170020603ac913a4c.tar.bz2
freestyle-hid-33a6e5c8d4d743781c7236b170020603ac913a4c.tar.lz
freestyle-hid-33a6e5c8d4d743781c7236b170020603ac913a4c.tar.xz
freestyle-hid-33a6e5c8d4d743781c7236b170020603ac913a4c.tar.zst
freestyle-hid-33a6e5c8d4d743781c7236b170020603ac913a4c.zip
Diffstat (limited to '.mergify.yml')
-rw-r--r--.mergify.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.mergify.yml b/.mergify.yml
index 929e63b..2254f30 100644
--- a/.mergify.yml
+++ b/.mergify.yml
@@ -6,7 +6,7 @@ pull_request_rules:
- name: Automatic merge on approval
conditions:
- "#approved-reviews-by>=1"
- - "status-success=Travis CI - Pull Request"
+ - "status-success=pytest"
- "status-success=pre-commit"
actions:
merge:
@@ -14,7 +14,7 @@ pull_request_rules:
- name: Automatic merge from Flameeyes
conditions:
- "author=Flameeyes"
- - "status-success=Travis CI - Pull Request"
+ - "status-success=pytest"
- "status-success=pre-commit"
actions:
merge: