Skip to content

Commit f6e211d

Browse files
authored
Repo File Sync: Synced file(s) with microsoft/mu_devops (#64)
1 parent 67f3970 commit f6e211d

4 files changed

Lines changed: 42 additions & 3 deletions

File tree

.github/workflows/auto-merge.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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

.github/workflows/label-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ on:
2424

2525
jobs:
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

.github/workflows/release-draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ on:
2727

2828
jobs:
2929
draft:
30-
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@main
30+
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v1.3.0

.github/workflows/stale-leaf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ on:
2424

2525
jobs:
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

0 commit comments

Comments
 (0)