Repo File Sync: Update to Mu DevOps 5.0.0 (#597)
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 <uefibot@microsoft.com>
This commit is contained in:
Родитель
c3f3ceffcf
Коммит
28a321a64e
|
@ -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
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
name-template: 'v$RESOLVED_VERSION'
|
||||
tag-template: 'v$RESOLVED_VERSION'
|
||||
|
||||
|
||||
template: |
|
||||
# What's Changed
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Update Submodules to Latest Release
|
||||
uses: microsoft/mu_devops/.github/actions/submodule-release-updater@v4.0.5
|
||||
uses: microsoft/mu_devops/.github/actions/submodule-release-updater@v5.0.0
|
||||
with:
|
||||
GH_PAT: ${{ secrets.SUBMODULE_UPDATER_TOKEN }}
|
||||
GH_USER: "ProjectMuBot"
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче