microsoft/mu_feature_ffa

Public

mirrored fromhttps://github.com/microsoft/mu_feature_ffaAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
3d4b142bc3f2df66be0148459e45a92d4a1edf2c

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.github/advanced-issue-labeler.yml

54lines · modecode

1# Defines the mappings between GitHub issue responses and labels applied to the issue
2# for Project Mu repos.
3#
4# IMPORTANT: Only use labels defined in the .github/Labels.yml file in this repo.
5#
6# NOTE: This file is automatically synchronized from Mu DevOps. Update the original file there
7# instead of the file in this repo.
8#
9# - Mu DevOps Repo: https://github.com/microsoft/mu_devops
10# - File Sync Settings: https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml
11#
12# Copyright (c) Microsoft Corporation.
13# SPDX-License-Identifier: BSD-2-Clause-Patent
14#
15# For more information, see:
16# https://github.com/redhat-plumbers-in-action/advanced-issue-labeler
17
18policy:
19 - section:
20
21 # Issue Template - Urgency Dropdown
22 - id: ['urgency']
23 block-list: []
24 label:
25 - name: 'urgency:low'
26 keys: ['Low']
27 - name: 'urgency:medium'
28 keys: ['Medium']
29 - name: 'urgency:high'
30 keys: ['High']
31
32 # Issue Template - Fix Owner Dropdown
33 - id: ['fix_owner', 'request_owner']
34 block-list: []
35 label:
36 - name: 'state:needs-owner'
37 keys: [
38 'Someone else needs to fix it',
39 'Someone else needs to make the change',
40 'Someone else needs to implement the feature'
41 ]
42 - name: 'state:needs-triage'
43 keys: [
44 'Someone else needs to fix it',
45 'Someone else needs to make the change',
46 'Someone else needs to implement the feature'
47 ]
48
49 # Issue Template - Needs Maintainer Feedback Dropdown
50 - id: ['needs_maintainer_feedback']
51 block-list: []
52 label:
53 - name: 'state:needs-maintainer-feedback'
54 keys: ['Maintainer feedback requested']
55