Skip to content

feat: push self production sensors to openevse #400

feat: push self production sensors to openevse

feat: push self production sensors to openevse #400

name: Release Drafter
on:
push:
branches:
- main
- dev
pull_request:
# Only following types are handled by the action, but one can default to all as well
types: [opened, reopened, synchronize]
jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}