Skip to content

chore(deps): bump home-assistant-frontend from 20240610.1 to 20240809.0 #128

chore(deps): bump home-assistant-frontend from 20240610.1 to 20240809.0

chore(deps): bump home-assistant-frontend from 20240610.1 to 20240809.0 #128

Workflow file for this run

name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# When using "Squash and merge" on a PR with only one commit, GitHub
# will suggest using that commit message instead of the PR title for the
# merge commit, and it's easy to commit this by mistake. Enable this option
# to also validate the commit message for one commit PRs.
validateSingleCommit: true