We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e9d7f commit 20aa960Copy full SHA for 20aa960
1 file changed
.github/workflows/__semantic-pull-request.yml
@@ -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