Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

name: 'PR Validation'

on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened

jobs:
pr-validation:
uses: clouddrove/github-shared-workflows/.github/workflows/pr_checks.yml@master
secrets: inherit
with:
types: |
fix
feat
docs
ci
chore
test
refactor
style
perf
build
revert
checkLabels: true # Set to false to disable label checking