From 3b6fb4e2c86d41058c41b05ac90e4a1255f4416e Mon Sep 17 00:00:00 2001 From: "Project Mu UEFI Bot [bot]" <45776386+uefibot@users.noreply.github.com> Date: Wed, 21 Jun 2023 18:21:15 -0400 Subject: [PATCH] Repo File Sync: Update to Mu DevOps 5.0.0 (#120) 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 [#5338451352](https://github.com/microsoft/mu_devops/actions/runs/5338451352) Signed-off-by: Project Mu UEFI Bot --- .azurepipelines/MuDevOpsWrapper.yml | 2 +- .github/release-draft-config.yml | 1 + .github/workflows/auto-approve.yml | 2 +- .github/workflows/auto-merge.yml | 2 +- .github/workflows/issue-assignment.yml | 2 +- .github/workflows/label-issues.yml | 2 +- .github/workflows/label-sync.yml | 2 +- .github/workflows/release-draft.yml | 2 +- .github/workflows/stale.yml | 2 +- .github/workflows/triage-issues.yml | 2 +- 10 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.azurepipelines/MuDevOpsWrapper.yml b/.azurepipelines/MuDevOpsWrapper.yml index d9f7dcbd..8a07710b 100644 --- a/.azurepipelines/MuDevOpsWrapper.yml +++ b/.azurepipelines/MuDevOpsWrapper.yml @@ -17,7 +17,7 @@ resources: type: github endpoint: microsoft name: microsoft/mu_devops - ref: refs/tags/v4.0.5 + ref: refs/tags/v5.0.0 parameters: - name: do_ci_build diff --git a/.github/release-draft-config.yml b/.github/release-draft-config.yml index 2ff03fca..e1121cc0 100644 --- a/.github/release-draft-config.yml +++ b/.github/release-draft-config.yml @@ -20,6 +20,7 @@ name-template: 'v$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION' + template: | # What's Changed diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 900fa57f..21e347c8 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@v4.0.5 + uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v5.0.0 secrets: inherit diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 538c7ce0..076a81fe 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@v4.0.5 + uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v5.0.0 secrets: inherit diff --git a/.github/workflows/issue-assignment.yml b/.github/workflows/issue-assignment.yml index f66bdeff..ab472727 100644 --- a/.github/workflows/issue-assignment.yml +++ b/.github/workflows/issue-assignment.yml @@ -18,4 +18,4 @@ on: jobs: apply: - uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v4.0.5 + uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v5.0.0 diff --git a/.github/workflows/label-issues.yml b/.github/workflows/label-issues.yml index 3cd1a316..adb179ea 100644 --- a/.github/workflows/label-issues.yml +++ b/.github/workflows/label-issues.yml @@ -31,4 +31,4 @@ on: jobs: apply: - uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v4.0.5 + uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v5.0.0 diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml index 0780fbd3..b397836b 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@v4.0.5 + uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v5.0.0 diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index 87071db8..f33bfa8f 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@v4.0.5 + uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v5.0.0 secrets: inherit diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index da507081..48e21d4e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -24,4 +24,4 @@ on: jobs: check: - uses: microsoft/mu_devops/.github/workflows/Stale.yml@v4.0.5 + uses: microsoft/mu_devops/.github/workflows/Stale.yml@v5.0.0 diff --git a/.github/workflows/triage-issues.yml b/.github/workflows/triage-issues.yml index 008d2655..679d234d 100644 --- a/.github/workflows/triage-issues.yml +++ b/.github/workflows/triage-issues.yml @@ -19,4 +19,4 @@ on: jobs: triage: - uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v4.0.5 + uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v5.0.0