feat(workflows): semantic-pr

This commit is contained in:
2024-07-06 20:42:51 +03:00
parent d93bc7aae3
commit ba586fca7d

18
.github/workflows/semantic-pr.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Semantic PR
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
semantic-pr:
runs-on: self-hosted
steps:
- uses: amannn/action-semantic-pull-request@v5.5.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
validateSingleCommit: true