Bump Common/MU_TIANO from 2023110000.0.5 to 2023110000.1.0 #1911
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 merges pull requests under certain conditions. | |
# | |
# 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: Auto Merge Pull Request | |
on: | |
pull_request_target: | |
types: | |
- opened | |
- reopened | |
- synchronize | |
jobs: | |
merge_check: | |
permissions: | |
contents: read | |
pull-requests: write | |
issues: write | |
if: | | |
github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot' | |
uses: microsoft/mu_devops/.github/workflows/[email protected] | |
secrets: inherit |