From 0b8011d836dc5072773f81793a515a7eb7bd70a6 Mon Sep 17 00:00:00 2001 From: "dmytro.obodowsky" Date: Thu, 21 Sep 2023 11:48:01 -0500 Subject: [PATCH] add mergify support --- .mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mergify.yml b/.mergify.yml index ca78fc56..3fafa623 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -10,7 +10,7 @@ pull_request_rules: - name: automatic update of pull requests where more 1 commits behind conditions: - base=main - - "#commits-behind>1" + - "#commits-behind>0" actions: update: - name: automatic approval for scala-stewart pull requests