From 406a51f86d155ce5a963c000ee6c645c5159a72d Mon Sep 17 00:00:00 2001 From: "Project Mu UEFI Bot [bot]" <45776386+uefibot@users.noreply.github.com> Date: Fri, 7 Jul 2023 11:24:19 -0400 Subject: [PATCH] Repo File Sync: Update to Mu DevOps 5.0.4 (#216) 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 [#5484683852](https://github.com/microsoft/mu_devops/actions/runs/5484683852) Signed-off-by: Project Mu UEFI Bot --- .github/workflows/auto-approve.yml | 2 +- .github/workflows/auto-merge.yml | 2 +- .github/workflows/label-sync.yml | 2 +- .github/workflows/release-draft.yml | 2 +- .github/workflows/stale-leaf.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index d354650d..ca23eac8 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -25,5 +25,5 @@ jobs: approval_check: if: | github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot' - uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v5.0.1 + uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v5.0.4 secrets: inherit diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 000fd3de..5215a4e5 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -26,5 +26,5 @@ jobs: merge_check: if: | github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot' - uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v5.0.1 + uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v5.0.4 secrets: inherit diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index 20d97531..e55f30a5 100644 --- a/.github/workflows/label-sync.yml +++ b/.github/workflows/label-sync.yml @@ -24,4 +24,4 @@ on: jobs: sync: - uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v5.0.1 + uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v5.0.4 diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index 7b97bf7b..ae54c1f1 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -27,5 +27,5 @@ on: jobs: draft: - uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v5.0.1 + uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v5.0.4 secrets: inherit diff --git a/.github/workflows/stale-leaf.yml b/.github/workflows/stale-leaf.yml index 8c74d25b..c03218c8 100644 --- a/.github/workflows/stale-leaf.yml +++ b/.github/workflows/stale-leaf.yml @@ -24,4 +24,4 @@ on: jobs: check: - uses: microsoft/mu_devops/.github/workflows/Stale.yml@v5.0.1 + uses: microsoft/mu_devops/.github/workflows/Stale.yml@v5.0.4