File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # This workflow automatically merges pull requests under certain conditions.
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+ # NOTE: This file uses a reusable workflow. Do not make changes to the file that should be made
7+ # in the common/reusable workflow.
8+ #
9+ # - Mu DevOps Repo: https://github.com/microsoft/mu_devops
10+ # - File Sync Settings: https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml
11+ #
12+ # Copyright (c) Microsoft Corporation.
13+ # SPDX-License-Identifier: BSD-2-Clause-Patent
14+ #
15+
16+ name : Auto Merge Pull Request
17+
18+ on :
19+ pull_request_target :
20+ types :
21+ - edited
22+ - labeled
23+ - opened
24+ - ready_for_review
25+ - reopened
26+ - synchronize
27+ - unlabeled
28+ - unlocked
29+ pull_request_review :
30+ types :
31+ - submitted
32+ check_suite :
33+ types :
34+ - completed
35+ status : {}
36+
37+ jobs :
38+ merge_check :
39+ uses : microsoft/mu_devops/.github/workflows/AutoMerger.yml@v1.3.0
Original file line number Diff line number Diff line change 2424
2525jobs :
2626 sync :
27- uses : microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v1.1.1
27+ uses : microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v1.3.0
Original file line number Diff line number Diff line change 2727
2828jobs :
2929 draft :
30- uses : microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@main
30+ uses : microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v1.3.0
Original file line number Diff line number Diff line change 2424
2525jobs :
2626 check :
27- uses : microsoft/mu_devops/.github/workflows/Stale.yml@v1.1.1
27+ uses : microsoft/mu_devops/.github/workflows/Stale.yml@v1.3.0
You can’t perform that action at this time.
0 commit comments