From e095a3c59b247aa9877b8ba88e6b3a4f5158ee31 Mon Sep 17 00:00:00 2001 From: Michael D Kinney Date: Wed, 12 Mar 2025 14:10:34 -0700 Subject: [PATCH] .mergify: Use tianocore-issues to rebase PRs for merge Periodically, mergify rebase operations will fail because an account is selected to perform the rebase that does not have permissions to do the rebase. Insetad, use the tianocore-issues account to perform the rebase operation. Signed-off-by: Michael D Kinney --- .mergify/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.mergify/config.yml b/.mergify/config.yml index fd77b1707b..000277c584 100644 --- a/.mergify/config.yml +++ b/.mergify/config.yml @@ -30,6 +30,7 @@ queue_rules: - base~=(^main|^master|^stable/) - label=push merge_method: rebase + update_bot_account: tianocore-issues pull_request_rules: - name: Automatically merge a PR when all required checks pass and 'push' label is present