mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Improve release drafter (#998)
* Change titels to reflect official/new naming * Use GitHub Actions to trigger Release Drafter The Add-On is no longer developed and GitHub Actions is the recommended way to use the Release Drafter
This commit is contained in:
parent
e8c2bacae6
commit
0797bccc36
10
.github/release-drafter.yml
vendored
10
.github/release-drafter.yml
vendored
@ -1,16 +1,18 @@
|
||||
categories:
|
||||
- title: 'HassOS Core'
|
||||
- title: 'Home Assistant Operating System'
|
||||
label: 'os'
|
||||
- title: 'Build'
|
||||
- title: 'Build System'
|
||||
label: 'build'
|
||||
- title: 'Raspberry Pi'
|
||||
label: 'board/raspberrypi'
|
||||
- title: 'Open Virtual Appliance'
|
||||
label: 'board/ova'
|
||||
- title: 'Intel-Nuc'
|
||||
- title: 'Intel NUC'
|
||||
label: 'board/intel-nuc'
|
||||
- title: 'Hardkernel'
|
||||
- title: 'Hardkernel ODROID'
|
||||
label: 'board/hardkernel'
|
||||
- title: 'ASUS Tinker'
|
||||
label: 'board/tinker'
|
||||
template: |
|
||||
## Changes
|
||||
|
||||
|
15
.github/workflows/release-drafter.yml
vendored
Normal file
15
.github/workflows/release-drafter.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
name: Release Drafter
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- rel-4
|
||||
|
||||
jobs:
|
||||
update_release_draft:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: release-drafter/release-drafter@v5
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user