first commit
This commit is contained in:
16
.github/workflows/semantic-pull-request.yml
vendored
Normal file
16
.github/workflows/semantic-pull-request.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: "Pull Request - Semantic Lint"
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types:
|
||||
- opened
|
||||
- edited
|
||||
- synchronize
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
main:
|
||||
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
|
||||
Reference in New Issue
Block a user