Skip to content

Commit 81c19e7

Browse files
feat: Add pr-check.yml workflow (#49)
1 parent 092b70e commit 81c19e7

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/workflows/pr-check.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)