Skip to content

Bump homeassistant from 2026.2.3 to 2026.3.1 #193

Bump homeassistant from 2026.2.3 to 2026.3.1

Bump homeassistant from 2026.2.3 to 2026.3.1 #193

Workflow file for this run

name: Release Drafter
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
types:
- opened
- reopened
- synchronize
permissions:
contents: read
jobs:
update_release_draft:
name: Update release draft
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Create Release
uses: release-drafter/release-drafter@v6
with:
disable-releaser: ${{ github.ref != 'refs/heads/master' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}