855210ce59
- Switch to centralized GitHub Action Workflows provided by Hassio Community Addons, while utilizing customized ones where needed. - Clean Up of Unused workflow files.
15 lines
261 B
YAML
15 lines
261 B
YAML
---
|
|
name: Release Drafter
|
|
|
|
# yamllint disable-line rule:truthy
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
workflows:
|
|
uses: hassio-addons/workflows/.github/workflows/release-drafter.yaml@main
|
|
secrets:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|