mu_pi 5.2.1

Platform Initialization (PI) Specification definitions and support code in Rust.
Documentation
# This workflow provides actions that should be applied when an issue is assigned.
#
# 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: React to Issue Assignment

on:
  issues:
    types: assigned

jobs:
  apply:

    permissions:
      contents: read
      issues: write

    uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v13.0.0