Skip to content

chore(release)!: major release for version "3.*" with new super-linter migration #774

chore(release)!: major release for version "3.*" with new super-linter migration

chore(release)!: major release for version "3.*" with new super-linter migration #774

Workflow file for this run

name: 'Lint PR'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
if: github.event.pull_request.user.login != 'github-actions[bot]' && !contains(github.event.pull_request.user.login, 'bot')
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}