chore: add PR title checker

This commit is contained in:
Jun Yang
2023-03-20 23:09:19 +08:00
parent e50267feaa
commit b9f8d85c65
+17
View File
@@ -0,0 +1,17 @@
name: "PR Title Checker"
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@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}