Skip to content

fix(eslint-plugin-template): [prefer-self-closing-tags] always ignore index.html files #5079

fix(eslint-plugin-template): [prefer-self-closing-tags] always ignore index.html files

fix(eslint-plugin-template): [prefer-self-closing-tags] always ignore index.html files #5079

name: "Semantic PR Title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
# It's important that we limit the permissions for pull_request_target workflows
# See the waning here: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}