From 2fe527d377448169049a2d855c99202918eed7aa Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Sat, 27 Jan 2024 11:00:39 -0800 Subject: [PATCH] [CI] Configure Mergify to use chiselbot as bot account --- .github/mergify/gen-config.sc | 4 +++- .mergify.yml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/mergify/gen-config.sc b/.github/mergify/gen-config.sc index 7e7da38666c..bb63cf1c130 100755 --- a/.github/mergify/gen-config.sc +++ b/.github/mergify/gen-config.sc @@ -25,7 +25,9 @@ import io.circe.yaml.syntax._ // for .asYaml def mergeQueue(conditions: List[String]) = Json.obj( "name" -> "default".asJson, - "conditions" -> conditions.asJson + "conditions" -> conditions.asJson, + "update_bot_account" -> "chiselbot".asJson, + "merge_bot_account" -> "chiselbot".asJson ) val queueAction = Json.obj( diff --git a/.mergify.yml b/.mergify.yml index cb053b90688..94e32d0a2ec 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -3,6 +3,8 @@ queue_rules: - name: default conditions: - status-success=all tests passed + update_bot_account: chiselbot + merge_bot_account: chiselbot pull_request_rules: - name: automatic squash-and-merge on CI success and review conditions: