Repo File Sync: synced file(s) with microsoft/mu_devops (#415)

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
[#5089100951](https://github.com/microsoft/mu_devops/actions/runs/5089100951)

Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com>
This commit is contained in:
Project Mu UEFI Bot [bot] 2023-05-26 12:44:13 -04:00 коммит произвёл GitHub
Родитель 7c84dcdde1
Коммит 0fd1faf1db
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 5 добавлений и 4 удалений

1
.github/ISSUE_TEMPLATE/config.yml поставляемый
Просмотреть файл

@ -14,4 +14,3 @@ contact_links:
- name: 📃 Project Mu Documentation
url: https://microsoft.github.io/mu/
about: Goals, principles, repo layout, build instructions, and more.

3
.github/dependabot.yml поставляемый
Просмотреть файл

@ -24,6 +24,7 @@
##
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
@ -38,6 +39,7 @@ updates:
prefix: "GitHub Action"
labels:
- "type:dependencies"
- "type:dependabot"
rebase-strategy: "disabled"
- package-ecosystem: "pip"
@ -51,4 +53,5 @@ updates:
labels:
- "language:python"
- "type:dependencies"
- "type:dependabot"
rebase-strategy: "disabled"

3
.github/release-draft-config.yml поставляемый
Просмотреть файл

@ -88,11 +88,10 @@ version-resolver:
default: patch
exclude-labels:
- 'type:dependabot'
- 'type:file-sync'
- 'type:notes'
- 'type:question'
exclude-contributors:
- 'uefibot'
- 'dependabot'
- 'dependabot[bot]'

2
.github/workflows/release-draft.yml поставляемый
Просмотреть файл

@ -23,7 +23,7 @@ name: Update Release Draft
on:
push:
branches:
- release/202208
- release/202302
jobs:
draft: