From 109e86b96c32853b6969bff8e4e36437e3b411f6 Mon Sep 17 00:00:00 2001 From: Project Mu Uefibot <45776386+uefibot@users.noreply.github.com> Date: Thu, 5 Jan 2023 10:43:16 -0800 Subject: [PATCH] Repo File Sync: Synced file(s) with microsoft/mu_devops (#72) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Synced local file(s) with [microsoft/mu_devops](https://github.com/microsoft/mu_devops). 🤖: View the [Repo File Sync Configuration File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml) to see how files are synced. --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#3849048023](https://github.com/microsoft/mu_devops/actions/runs/3849048023) Signed-off-by: Project Mu UEFI Bot --- .github/workflows/auto-merge.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 22da5d62..4498d3cf 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -36,4 +36,10 @@ on: jobs: merge_check: + if: | + ((github.event_name == 'pull_request_target' || github.event_name == 'pull_request_review') && + (github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot')) || + ((github.event_name == 'check_suite') && + (github.event.check_suite.sender.login == 'dependabot[bot]' || github.event.check_suite.sender.login == 'uefibot')) uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v1.3.0 + secrets: inherit