Skip to content

feat: Expose if a device supports dhw, solar thermal or ventilation c… #67

feat: Expose if a device supports dhw, solar thermal or ventilation c…

feat: Expose if a device supports dhw, solar thermal or ventilation c… #67

Workflow file for this run

name: Release Drafter
# yamllint disable-line rule:truthy
on:
push:
branches:
- master
workflow_dispatch:
jobs:
update_release_draft:
name: ✏️ Draft release
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: read
steps:
- name: 🚀 Run Release Drafter
uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}