Skip to content

Commit 6ce2faf

Browse files
authored
Repo File Sync: Synced file(s) with microsoft/mu_devops (#80)
Synced local file(s) with [microsoft/mu_devops](https://github.com/microsoft/mu_devops). 🤖: View the [Repo File Sync Configuration File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml) to see how files are synced. --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#3877034399](https://github.com/microsoft/mu_devops/actions/runs/3877034399) Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com>
1 parent d62a7e5 commit 6ce2faf

2 files changed

Lines changed: 29 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ updates:
3232
prefix: "GitHub Action"
3333
labels:
3434
- "type:dependencies"
35-
reviewers:
36-
- "microsoft/project-mu-dependency-reviewers"
3735

3836
- package-ecosystem: "pip"
3937
directory: "/"
@@ -44,5 +42,3 @@ updates:
4442
labels:
4543
- "language:python"
4644
- "type:dependencies"
47-
reviewers:
48-
- "microsoft/project-mu-dependency-reviewers"

.github/workflows/auto-approve.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# This workflow automatically approves 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 Approve Pull Request
17+
18+
on:
19+
pull_request_target:
20+
types:
21+
- opened
22+
- reopened
23+
24+
jobs:
25+
approval_check:
26+
if: |
27+
github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot'
28+
uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v1.4.2
29+
secrets: inherit

0 commit comments

Comments
 (0)