ci: Add semantic pr title action (#2610)
This commit is contained in:
parent
10e07e434c
commit
abbc756887
16
.github/workflows/semantic-pr-title.yml
vendored
Normal file
16
.github/workflows/semantic-pr-title.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: "Semantic PR title"
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types:
|
||||
- opened
|
||||
- edited
|
||||
- synchronize
|
||||
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: amannn/action-semantic-pull-request@v2.1.0
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user