Skip to content

Commit 26378ff

Browse files
authored
.sync/workflows: Add file sync notice to some files (#67)
These files were added without the notice in the copyright area that states the files should be updated in mu_devops. This change adds the notice. Signed-off-by: Michael Kubacki <[email protected]>
1 parent b1cdc35 commit 26378ff

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

.sync/workflows/config/label-issues/file-paths.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Specifies labels to apply to issues and pull requests based on file path patterns in Project Mu repositories.
22
#
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+
# - Mu DevOps Repo: https://github.com/microsoft/mu_devops
7+
# - File Sync Settings: https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml
8+
#
39
# Copyright (c) Microsoft Corporation.
410
# SPDX-License-Identifier: BSD-2-Clause-Patent
511
#

.sync/workflows/config/label-issues/regex-pull-requests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Specifies labels to apply to pull requests in Project Mu repositories based on regular expressions.
22
#
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+
# - Mu DevOps Repo: https://github.com/microsoft/mu_devops
7+
# - File Sync Settings: https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml
8+
#
39
# Copyright (c) Microsoft Corporation.
410
# SPDX-License-Identifier: BSD-2-Clause-Patent
511
#

.sync/workflows/config/triage-issues/advanced-issue-labeler.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
#
44
# IMPORTANT: Only use labels defined in the .github/Labels.yml file in this repo.
55
#
6+
# NOTE: This file is automatically synchronized from Mu DevOps. Update the original file there
7+
# instead of the file in this repo.
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+
#
612
# Copyright (c) Microsoft Corporation.
713
# SPDX-License-Identifier: BSD-2-Clause-Patent
814
#

0 commit comments

Comments
 (0)