Repo File Sync: synced file(s) with microsoft/mu_devops (#379)
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 [#4260896629](https://github.com/microsoft/mu_devops/actions/runs/4260896629) Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com>
This commit is contained in:
Родитель
9f71adc558
Коммит
0018b1baa4
|
@ -17,7 +17,7 @@ resources:
|
|||
type: github
|
||||
endpoint: microsoft
|
||||
name: microsoft/mu_devops
|
||||
ref: refs/tags/v2.0.1
|
||||
ref: refs/tags/v2.2.0
|
||||
|
||||
variables:
|
||||
- group: architectures-arm64-x86-64
|
||||
|
|
|
@ -17,7 +17,7 @@ resources:
|
|||
type: github
|
||||
endpoint: microsoft
|
||||
name: microsoft/mu_devops
|
||||
ref: refs/tags/v2.0.1
|
||||
ref: refs/tags/v2.2.0
|
||||
|
||||
variables:
|
||||
- group: architectures-x86-64
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
# - Git Submodules (`gitsubmodule`)
|
||||
# - Python PIP Modules (`pip`)
|
||||
#
|
||||
# Dependabot does not update the microsoft/mu_devops version because that is updated once in mu_devops
|
||||
# and then synced to all repos when the file sync occurs.
|
||||
#
|
||||
# - Mu DevOps Repo: https://github.com/microsoft/mu_devops
|
||||
# - File Sync Settings: https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml
|
||||
#
|
||||
|
@ -31,6 +34,8 @@ updates:
|
|||
day: "monday"
|
||||
timezone: "America/Los_Angeles"
|
||||
time: "06:00"
|
||||
ignore:
|
||||
- dependency-name: "microsoft/mu_devops"
|
||||
commit-message:
|
||||
prefix: "GitHub Action"
|
||||
labels:
|
||||
|
|
|
@ -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@v2.1.0
|
||||
uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v2.2.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@v2.1.0
|
||||
uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v2.2.0
|
||||
secrets: inherit
|
||||
|
|
|
@ -31,4 +31,4 @@ on:
|
|||
|
||||
jobs:
|
||||
apply:
|
||||
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v2.1.0
|
||||
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v2.2.0
|
||||
|
|
|
@ -24,4 +24,4 @@ on:
|
|||
|
||||
jobs:
|
||||
sync:
|
||||
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v2.1.0
|
||||
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v2.2.0
|
||||
|
|
|
@ -27,5 +27,5 @@ on:
|
|||
|
||||
jobs:
|
||||
draft:
|
||||
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v2.1.0
|
||||
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v2.2.0
|
||||
secrets: inherit
|
||||
|
|
|
@ -24,4 +24,4 @@ on:
|
|||
|
||||
jobs:
|
||||
check:
|
||||
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v2.1.0
|
||||
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v2.2.0
|
||||
|
|
|
@ -19,4 +19,4 @@ on:
|
|||
|
||||
jobs:
|
||||
triage:
|
||||
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v2.1.0
|
||||
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v2.2.0
|
||||
|
|
Загрузка…
Ссылка в новой задаче