зеркало из https://github.com/microsoft/mu_plus.git
Repo File Sync: synced file(s) with microsoft/mu_devops (#328)
This commit is contained in:
Родитель
bd605b16a2
Коммит
ec920bacb7
|
@ -17,7 +17,7 @@ resources:
|
|||
type: github
|
||||
endpoint: microsoft
|
||||
name: microsoft/mu_devops
|
||||
ref: refs/tags/v6.5.1
|
||||
ref: refs/tags/v7.0.0
|
||||
|
||||
parameters:
|
||||
- name: do_ci_build
|
||||
|
|
|
@ -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@v6.5.1
|
||||
uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v7.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@v6.5.1
|
||||
uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v7.0.0
|
||||
secrets: inherit
|
||||
|
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
- name: Install Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '>=3.11'
|
||||
python-version: '3.12'
|
||||
|
||||
- name: Generate Package Matrix
|
||||
id: generate_matrix
|
||||
|
@ -94,7 +94,7 @@ jobs:
|
|||
- name: Install Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '>=3.11'
|
||||
python-version: '3.12'
|
||||
cache: 'pip'
|
||||
cache-dependency-path: 'pip-requirements.txt'
|
||||
|
||||
|
|
|
@ -18,4 +18,4 @@ on:
|
|||
|
||||
jobs:
|
||||
apply:
|
||||
uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v6.5.1
|
||||
uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v7.0.0
|
||||
|
|
|
@ -31,4 +31,4 @@ on:
|
|||
|
||||
jobs:
|
||||
apply:
|
||||
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v6.5.1
|
||||
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v7.0.0
|
||||
|
|
|
@ -24,4 +24,4 @@ on:
|
|||
|
||||
jobs:
|
||||
sync:
|
||||
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v6.5.1
|
||||
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v7.0.0
|
||||
|
|
|
@ -27,5 +27,5 @@ on:
|
|||
|
||||
jobs:
|
||||
draft:
|
||||
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v6.5.1
|
||||
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v7.0.0
|
||||
secrets: inherit
|
||||
|
|
|
@ -24,4 +24,4 @@ on:
|
|||
|
||||
jobs:
|
||||
check:
|
||||
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v6.5.1
|
||||
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v7.0.0
|
||||
|
|
|
@ -19,4 +19,4 @@ on:
|
|||
|
||||
jobs:
|
||||
triage:
|
||||
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v6.5.1
|
||||
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v7.0.0
|
||||
|
|
Загрузка…
Ссылка в новой задаче