Skip to content

Commit 98b2279

Browse files
Repo File Sync: Sync changes to drop dev branch support (#73)
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 [#17923001195](https://github.com/microsoft/mu_devops/actions/runs/17923001195) Signed-off-by: Project Mu UEFI Bot <[email protected]> Co-authored-by: mu-automation[bot] <204385837+mu-automation[bot]@users.noreply.github.com>
1 parent 930ad69 commit 98b2279

File tree

7 files changed

+6
-22
lines changed

7 files changed

+6
-22
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ on:
1919
jobs:
2020
apply:
2121

22-
uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v17.0.1
22+
uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v18.0.0
2323
secrets: inherit

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ on:
3131

3232
jobs:
3333
apply:
34-
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v17.0.1
34+
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v18.0.0
3535
secrets: inherit

β€Ž.github/workflows/label-issues/regex-pull-requests.ymlβ€Ž

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,6 @@ version: 1
1717
issues: False
1818

1919
labels:
20-
- label: type:backport
21-
type: "pull_request"
22-
body: '\s*\[\s*(x|X){1}\s*\]\s*Backport to release branch\?'
23-
24-
- label: type:backport
25-
type: "pull_request"
26-
authors: ["mu-automation[bot]"]
27-
branch : "repo-sync/mu_devops/default"
28-
base-branch: "dev/20[0-9]{4}"
29-
30-
- label: type:backport
31-
type: "pull_request"
32-
authors: ["dependabot[bot]"]
33-
branch : "dependabot/*"
34-
base-branch: "dev/20[0-9]{4}"
35-
3620
- label: impact:breaking-change
3721
type: "pull_request"
3822
body: '\s*\[\s*(x|X){1}\s*\]\s*Breaking\s*change\?'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ on:
2525
jobs:
2626
sync:
2727

28-
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v17.0.1
28+
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v18.0.0
2929
secrets: inherit

β€Ž.github/workflows/release-draft.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
draft:
3030
name: Draft Releases
3131

32-
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v17.0.1
32+
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v18.0.0
3333
secrets: inherit

β€Ž.github/workflows/stale.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ on:
2525
jobs:
2626
check:
2727

28-
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v17.0.1
28+
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v18.0.0
2929
secrets: inherit

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ on:
2020
jobs:
2121
triage:
2222

23-
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v17.0.1
23+
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v18.0.0
2424
secrets: inherit

0 commit comments

Comments
Β (0)