chore: modify .github/workflows/validate-pr-title.yml

This commit is contained in:
stoat-tofu[bot]
2025-11-14 20:25:00 +00:00
committed by GitHub
parent 31ff9e81c0
commit 340484159e

20
.github/workflows/validate-pr-title.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: "Lint PR"
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}