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 092b70e commit 81c19e7Copy full SHA for 81c19e7
.github/workflows/pr-check.yml
@@ -0,0 +1,29 @@
1
+
2
+name: 'PR Validation'
3
4
+on:
5
+ pull_request_target:
6
+ types:
7
+ - opened
8
+ - edited
9
+ - synchronize
10
+ - reopened
11
12
+jobs:
13
+ pr-validation:
14
+ uses: clouddrove/github-shared-workflows/.github/workflows/pr_checks.yml@master
15
+ secrets: inherit
16
+ with:
17
+ types: |
18
+ fix
19
+ feat
20
+ docs
21
+ ci
22
+ chore
23
+ test
24
+ refactor
25
+ style
26
+ perf
27
+ build
28
+ revert
29
+ checkLabels: true # Set to false to disable label checking
0 commit comments