Skip to content

Commit 9c23f5d

Browse files
Repo File Sync: synced file(s) with microsoft/mu_devops (#58)
synced local file(s) with [microsoft/mu_devops](https://github.com/microsoft/mu_devops). 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 44fe81e commit 9c23f5d

File tree

7 files changed

+40
-19
lines changed

7 files changed

+40
-19
lines changed

.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/[email protected].0
26+
uses: microsoft/mu_devops/.github/workflows/[email protected].1

.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/[email protected].0
39+
uses: microsoft/mu_devops/.github/workflows/[email protected].1

.github/workflows/label-issues/regex-pull-requests.yml

Lines changed: 34 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,45 @@
1010
# SPDX-License-Identifier: BSD-2-Clause-Patent
1111
#
1212
# For more information, see:
13-
# https://github.com/github/issue-labeler
13+
# https://github.com/srvaroa/labeler
1414

1515
# Maintenance: Keep labels organized in ascending alphabetical order - easier to scan, identify duplicates, etc.
16+
version: 1
17+
issues: False
1618

17-
type:backport:
18-
- '\s*-\s*\[\s*[x|X]\s*\] Backport to release branch\?'
19+
labels:
20+
- label: type:backport
21+
type: "pull_request"
22+
body: '\s*\[\s*(x|X){1}\s*\]\s*Backport to release branch\?'
1923

20-
impact:breaking-change:
21-
- '\s*-\s*\[\s*[x|X]\s*\] Breaking change\?'
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}"
2229

23-
type:documentation:
24-
- '\s*-\s*\[\s*[x|X]\s*\] Includes documentation\?'
30+
- label: type:backport
31+
type: "pull_request"
32+
authors: ["dependabot[bot]"]
33+
branch : "dependabot/*"
34+
base-branch: "dev/20[0-9]{4}"
2535

26-
impact:non-functional:
27-
- '\s*-\s*\[\s*(?![x|X])\s*\] Impacts functionality\?'
36+
- label: impact:breaking-change
37+
type: "pull_request"
38+
body: '\s*\[\s*(x|X){1}\s*\]\s*Breaking\s*change\?'
2839

29-
impact:security:
30-
- '\s*-\s*\[\s*[x|X]\s*\] Impacts security\?'
40+
- label: type:documentation
41+
type: "pull_request"
42+
body: '\s*\[\s*(x|X){1}\s*\]\s*Includes\s*documentation\?'
3143

32-
impact:testing:
33-
- '\s*-\s*\[\s*[x|X]\s*\] Includes tests\?'
44+
- label: impact:non-functional
45+
type: "pull_request"
46+
body: '\s*\[\s*\]\s*Impacts\s*functionality\?'
47+
48+
- label: impact:security
49+
type: "pull_request"
50+
body: '\s*\[\s*(x|X){1}\s*\]\s*Impacts\s*security\?'
51+
52+
- label: impact:testing
53+
type: "pull_request"
54+
body: '\[\s*(x|X){1}\s*\]\s*Includes\s*tests\?'

.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/[email protected].0
31+
uses: microsoft/mu_devops/.github/workflows/[email protected].1

.github/workflows/release-draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
contents: write
3434
pull-requests: write
3535

36-
uses: microsoft/mu_devops/.github/workflows/[email protected].0
36+
uses: microsoft/mu_devops/.github/workflows/[email protected].1
3737
secrets: inherit

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
issues: write
3030
pull-requests: write
3131

32-
uses: microsoft/mu_devops/.github/workflows/[email protected].0
32+
uses: microsoft/mu_devops/.github/workflows/[email protected].1

.github/workflows/triage-issues.yml

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

26-
uses: microsoft/mu_devops/.github/workflows/[email protected].0
26+
uses: microsoft/mu_devops/.github/workflows/[email protected].1

0 commit comments

Comments
 (0)