microsoft/mu_feature_ffa
Publicmirrored fromhttps://github.com/microsoft/mu_feature_ffaAvailable
.github/workflows/label-issues/file-paths.yml
19lines · modecode
| 1 | # Specifies labels to apply to issues and pull requests based on file path patterns in Project Mu repositories. |
| 2 | # |
| 3 | # NOTE: This file is automatically synchronized from Mu DevOps. Update the original file there |
| 4 | # instead of the file in this repo. |
| 5 | # |
| 6 | # - Mu DevOps Repo: https://github.com/microsoft/mu_devops |
| 7 | # - File Sync Settings: https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml |
| 8 | # |
| 9 | # Copyright (c) Microsoft Corporation. |
| 10 | # SPDX-License-Identifier: BSD-2-Clause-Patent |
| 11 | # |
| 12 | # For more information, see: |
| 13 | # https://github.com/actions/labeler |
| 14 | |
| 15 | # Maintenance: Keep labels organized in ascending alphabetical order - easier to scan, identify duplicates, etc. |
| 16 | |
| 17 | 'language:python': |
| 18 | - changed-files: |
| 19 | - any-glob-to-any-file: '**/*.py' |
| 20 | |