From eaadce41bd0d1da3f70f3b7e4b488b1e4fe95ac6 Mon Sep 17 00:00:00 2001 From: "Project Mu UEFI Bot [bot]" <45776386+uefibot@users.noreply.github.com> Date: Wed, 8 Jan 2025 11:09:26 -0500 Subject: [PATCH] Repo File Sync: Update to Mu DevOps v12.4.0 (#391) 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 [#12667269927](https://github.com/microsoft/mu_devops/actions/runs/12667269927) 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 | 3 ++- .github/workflows/stale-leaf.yml | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 1f4e5ea1..4deb31ab 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -29,5 +29,5 @@ jobs: if: | github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot' - uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v12.2.0 + uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v12.4.0 secrets: inherit diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index c1b3184f..784086e7 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -32,5 +32,5 @@ jobs: if: | github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot' - uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v12.2.0 + uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v12.4.0 secrets: inherit diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index 06c30d31..770a9b54 100644 --- a/.github/workflows/label-sync.yml +++ b/.github/workflows/label-sync.yml @@ -28,4 +28,4 @@ jobs: permissions: issues: write - uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v12.2.0 + uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v12.4.0 diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index 269a0867..22eb90a4 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -27,10 +27,11 @@ on: jobs: draft: + name: Draft Releases permissions: contents: write pull-requests: write - uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v12.2.0 + uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v12.4.0 secrets: inherit diff --git a/.github/workflows/stale-leaf.yml b/.github/workflows/stale-leaf.yml index f155bf8b..bb251da5 100644 --- a/.github/workflows/stale-leaf.yml +++ b/.github/workflows/stale-leaf.yml @@ -29,4 +29,4 @@ jobs: issues: write pull-requests: write - uses: microsoft/mu_devops/.github/workflows/Stale.yml@v12.2.0 + uses: microsoft/mu_devops/.github/workflows/Stale.yml@v12.4.0