We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 752b430 commit 61a3ee3Copy full SHA for 61a3ee3
1 file changed
.github/workflows/check-semantic-pr.yml
@@ -0,0 +1,10 @@
1
+name: Check Semantic PR
2
+on:
3
+ pull_request:
4
+ types: [opened, edited, synchronize, reopened]
5
+ pull_request_target:
6
7
+
8
+jobs:
9
+ check:
10
+ uses: reqstool/.github/.github/workflows/check-semantic-pr.yml@main
0 commit comments