microsoft/mu_feature_ffa

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
2d8ac10050d373d1c4b45aea63f17d763a4fc3f0

Branches

Tags

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

Clone

HTTPS

Download ZIP

.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
13name: React to Issue Assignment
14
15on:
16 issues:
17 types: assigned
18
19jobs:
20 apply:
21
22 uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v17.0.1
23 secrets: inherit
24