forked from OpenDevicePartnership/patina
-
Notifications
You must be signed in to change notification settings - Fork 0
33 lines (29 loc) · 1.03 KB
/
update-release-draft.yml
File metadata and controls
33 lines (29 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# @file update-release-draft.yml
#
# Creates and continiously updates a release draft based on the PRs in the repository.
#
# This workflow takes advantage of the labels used in the project to automatically categorize the types of
# changes in a given release. In addition, the semantic version of the code is constantly maintianed using
# typical semantic versioning rules.
#
# NOTE: This file is automatically synchronized from Patina DevOps. Update the original file there
# instead of the file in this repo.
#
# - Patina DevOps Repo: https://github.com/OpenDevicePartnership/patina-devops
# - File Sync Settings: https://github.com/OpenDevicePartnership/patina-devops/blob/main/.sync/Files.yml
##
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: Apache-2.0
##
name: Update Release Draft
on:
push:
branches:
- main
jobs:
draft:
permissions:
contents: write
pull-requests: write
uses: OpenDevicePartnership/patina-devops/.github/workflows/UpdateReleaseDraft.yml@v0.3.8
secrets: inherit