Skip to content

chore: Improve debug logging, and add help links to warnings #1090

chore: Improve debug logging, and add help links to warnings

chore: Improve debug logging, and add help links to warnings #1090

Workflow file for this run

name: PR Title check
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
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 }}