Skip to content

Commit 0a2c88b

Browse files
uefibotapop5
andauthored
Repo File Sync: synced file(s) with microsoft/mu_devops (#1239)
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 [#12743781102](https://github.com/microsoft/mu_devops/actions/runs/12743781102) Signed-off-by: Project Mu UEFI Bot <[email protected]> Co-authored-by: Aaron <[email protected]>
1 parent 90e9815 commit 0a2c88b

14 files changed

+35
-33
lines changed

β€Ž.azurepipelines/MuDevOpsWrapper.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ resources:
1919
type: github
2020
endpoint: microsoft
2121
name: microsoft/mu_devops
22-
ref: refs/tags/v12.2.0
22+
ref: refs/tags/v12.4.0
2323

2424
parameters:
2525
- name: do_ci_build

β€Ž.github/release-draft-config-n-1-dev.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ template: |
2828
2929
$CHANGES
3030
31-
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
31+
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...dev-v$RESOLVED_VERSION
3232
3333
categories:
3434
- title: '⚠️ Breaking Changes'

β€Ž.github/release-draft-config-n-1.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ template: |
2929
3030
$CHANGES
3131
32-
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
32+
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...dev-v$RESOLVED_VERSION
3333
3434
categories:
3535
- title: '⚠️ Breaking Changes'

β€Ž.github/release-draft-config-n-dev.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ template: |
2828
2929
$CHANGES
3030
31-
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
31+
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...dev-v$RESOLVED_VERSION
3232
3333
categories:
3434
- title: '⚠️ Breaking Changes'

β€Ž.github/release-draft-config-n.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ template: |
2929
3030
$CHANGES
3131
32-
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
32+
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...dev-v$RESOLVED_VERSION
3333
3434
categories:
3535
- title: '⚠️ Breaking Changes'

β€Ž.github/workflows/auto-approve.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929

3030
if: |
3131
github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot'
32-
uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v12.2.0
32+
uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v12.4.0
3333
secrets: inherit

β€Ž.github/workflows/auto-merge.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232

3333
if: |
3434
github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot'
35-
uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v12.2.0
35+
uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v12.4.0
3636
secrets: inherit

β€Ž.github/workflows/issue-assignment.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
contents: read
2424
issues: write
2525

26-
uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v12.2.0
26+
uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v12.4.0

β€Ž.github/workflows/label-issues.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
contents: read
3737
pull-requests: write
3838

39-
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v12.2.0
39+
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v12.4.0

β€Ž.github/workflows/label-sync.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
permissions:
2929
issues: write
3030

31-
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v12.2.0
31+
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v12.4.0

0 commit comments

Comments
Β (0)