Skip to content

ci: update commitlint config #89

ci: update commitlint config

ci: update commitlint config #89

Workflow file for this run

on:
push:
branches:
- main
name: release
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- uses: TheRealWaldo/[email protected]
with:
token: ${{ secrets.AUTO_PAT }}
replace-files: custom_components/thermal_vision/const.py,custom_components/thermal_vision/manifest.json
git-user-email: [email protected]
assignees: TheRealWaldo