We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3eb86 commit 0e8ef6aCopy full SHA for 0e8ef6a
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