From 5907724201ca78f42b6eb76741f22f54e9870e4d Mon Sep 17 00:00:00 2001 From: "dmytro.obodowsky" Date: Thu, 21 Sep 2023 11:41:58 -0500 Subject: [PATCH] add mergify support --- .mergify.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.mergify.yml b/.mergify.yml index 8be08ff6..ca78fc56 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -13,6 +13,13 @@ pull_request_rules: - "#commits-behind>1" actions: update: + - name: automatic approval for scala-stewart pull requests + conditions: + - author=scala-steward + actions: + review: + type: APPROVE + message: Automatically approving scala-steward PRs - name: merge scala-steward's PRs conditions: - author=scala-steward