|
10 | 10 | # SPDX-License-Identifier: BSD-2-Clause-Patent |
11 | 11 | # |
12 | 12 | # For more information, see: |
13 | | -# https://github.com/github/issue-labeler |
| 13 | +# https://github.com/srvaroa/labeler |
14 | 14 |
|
15 | 15 | # Maintenance: Keep labels organized in ascending alphabetical order - easier to scan, identify duplicates, etc. |
| 16 | +version: 1 |
| 17 | +issues: False |
16 | 18 |
|
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\?' |
19 | 23 |
|
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}" |
22 | 29 |
|
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}" |
25 | 35 |
|
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\?' |
28 | 39 |
|
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\?' |
31 | 43 |
|
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\?' |
0 commit comments