Skip to content

Commit 20aa960

Browse files
committed
ci: add workflow to check semantic pull requests
Signed-off-by: Emilien Escalle <[email protected]>
1 parent a1e9d7f commit 20aa960

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: "Pull Request - Semantic Lint"
3+
4+
on:
5+
pull_request_target:
6+
types:
7+
- opened
8+
- edited
9+
- synchronize
10+
11+
permissions: {}
12+
13+
jobs:
14+
main:
15+
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@5f11437c716059f30c635f90055060e4ef8b31a0 # 0.28.0
16+
permissions:
17+
contents: write
18+
pull-requests: write

0 commit comments

Comments
 (0)