pip: bump edk2-pytool-extensions from 0.27.3 to 0.27.4 #746
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow automatically applies labels to GitHub issues and pull requests based on the | |
# file paths in a pull request or content in the body of an issue or pull request. | |
# | |
# NOTE: This file is automatically synchronized from Mu DevOps. Update the original file there | |
# instead of the file in this repo. | |
# | |
# NOTE: This file uses a reusable workflow. Do not make changes to the file that should be made | |
# in the common/reusable workflow. | |
# | |
# - 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 | |
# | |
name: Apply Issue and PR Labels | |
on: | |
issues: | |
types: | |
- edited | |
- opened | |
pull_request_target: | |
types: | |
- edited | |
- opened | |
- reopened | |
- synchronize | |
workflow_dispatch: | |
jobs: | |
apply: | |
permissions: | |
contents: read | |
pull-requests: write | |
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v9.1.9 |