microsoft/mu_feature_ffa
Publicmirrored fromhttps://github.com/microsoft/mu_feature_ffaAvailable
.github/workflows/issue-assignment.yml
23lines · modecode
| 1 | # This workflow provides actions that should be applied when an issue is assigned. |
| 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 | |
| 13 | name: React to Issue Assignment |
| 14 | |
| 15 | on: |
| 16 | issues: |
| 17 | types: assigned |
| 18 | |
| 19 | jobs: |
| 20 | apply: |
| 21 | |
| 22 | uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v17.0.1 |
| 23 | secrets: inherit |
| 24 | |