chore: add semantic pr action (#817)

* chore: use semantic pr check as action

* chore: use semantic pr check as action

* chore: use semantic pr check as action
This commit is contained in:
Tobias Åström
2022-04-25 14:25:30 +02:00
committed by GitHub
parent 02816e69fb
commit 7859c677f8

17
.github/workflows/semantic.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: 'Lint PR'
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@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}