1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Specifies labels to apply to pull requests in Project Mu repositories based on regular expressions.
#
# NOTE: This file is automatically synchronized from Mu DevOps. Update the original file there
# instead of the file in this repo.
#
# - Mu DevOps Repo: https://github.com/microsoft/mu_devops
# - File Sync Settings: https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml
#
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
# For more information, see:
# https://github.com/srvaroa/labeler
# Maintenance: Keep labels organized in ascending alphabetical order - easier to scan, identify duplicates, etc.
version: 1
issues: False
labels:
- label: type:backport
type: "pull_request"
body: '\s*\[\s*(x|X){1}\s*\]\s*Backport to release branch\?'
- label: type:backport
type: "pull_request"
authors:
branch : "repo-sync/mu_devops/default"
base-branch: "dev/20[0-9]{4}"
- label: type:backport
type: "pull_request"
authors:
branch : "dependabot/*"
base-branch: "dev/20[0-9]{4}"
- label: impact:breaking-change
type: "pull_request"
body: '\s*\[\s*(x|X){1}\s*\]\s*Breaking\s*change\?'
- label: type:documentation
type: "pull_request"
body: '\s*\[\s*(x|X){1}\s*\]\s*Includes\s*documentation\?'
- label: impact:non-functional
type: "pull_request"
body: '\s*\[\s*\]\s*Impacts\s*functionality\?'
- label: impact:security
type: "pull_request"
body: '\s*\[\s*(x|X){1}\s*\]\s*Impacts\s*security\?'
- label: impact:testing
type: "pull_request"
body: '\[\s*(x|X){1}\s*\]\s*Includes\s*tests\?'