Create pr-title
This commit is contained in:
parent
c4a812a575
commit
feab2eb3cd
17
.github/workflows/pr-title
vendored
Normal file
17
.github/workflows/pr-title
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: "Conventional Commits PR Title"
|
||||
|
||||
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.PR_TITLE_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user