[CONFLICT] Repo File Sync: Update workflows and container to mu_devop… #110
Workflow file for this run
This file contains hidden or 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 assists with initial triage of new issues by applying | ||
| # labels based on data provided in the issue. | ||
| # | ||
| # 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 | ||
| # | ||
| name: Initial Triage for New Issue | ||
| on: | ||
| issues: | ||
| types: [ opened ] | ||
| jobs: | ||
| triage: | ||
| <<<<<<< HEAD | ||
| permissions: | ||
| issues: write | ||
| uses: microsoft/mu_devops/.github/workflows/[email protected] | ||
| ======= | ||
| uses: microsoft/mu_devops/.github/workflows/[email protected] | ||
| secrets: inherit | ||
| >>>>>>> 373eb4936f (Repo File Sync: Update workflows and container to mu_devops v17 (#1492)) | ||