Skip to content

Commit 6287ab4

Browse files
committed
chore: added PR validation
1 parent cfb4672 commit 6287ab4

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
blank_issues_enabled: false

.github/pr.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: PR Conventional Commit Validation
3+
4+
on:
5+
pull_request:
6+
types: [opened, synchronize, reopened, edited]
7+
8+
jobs:
9+
validate-pr-title:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: PR Conventional Commit Validation
13+
uses: ytanikin/[email protected]
14+
with:
15+
task_types: '["feat","fix","docs","test","build","refactor","perf","chore","revert"]'

0 commit comments

Comments
 (0)