Skip to content

Commit

Permalink
Repo File Sync: Synced file(s) with microsoft/mu_devops (#80)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
uefibot authored Jan 10, 2023
1 parent d62a7e5 commit 6ce2faf
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ updates:
prefix: "GitHub Action"
labels:
- "type:dependencies"
reviewers:
- "microsoft/project-mu-dependency-reviewers"

- package-ecosystem: "pip"
directory: "/"
Expand All @@ -44,5 +42,3 @@ updates:
labels:
- "language:python"
- "type:dependencies"
reviewers:
- "microsoft/project-mu-dependency-reviewers"
29 changes: 29 additions & 0 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# This workflow automatically approves 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 Approve Pull Request

on:
pull_request_target:
types:
- opened
- reopened

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

0 comments on commit 6ce2faf

Please sign in to comment.