Remove xml_file args from WriteConfVarListToUefiVars.py (#420) #270
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow automatically drafts new project releases so it is obvious | |
# what a current release will look like at any time. | |
# | |
# It takes advantage of the labels used in Project Mu to automatically categorize | |
# the types of changes in a given release. In addition, the semantic version of | |
# the code is constantly maintained based on Project Mu label conventions to ensure | |
# semantic versioning is followed and a release version is always ready. | |
# | |
# NOTE: This file is automatically synchronized from Mu DevOps. Update the original file there | |
# instead of the file in this repo. | |
# | |
# - 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 | |
# | |
# For more information, see: | |
# https://github.com/release-drafter/release-drafter | |
name: Update Release Draft | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
draft: | |
permissions: | |
contents: write | |
pull-requests: write | |
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v12.2.0 | |
secrets: inherit |