Skip to content

Commit 34d7a28

Browse files
authored
chore: Setup semantic PR title check (#69)
1 parent e07adbd commit 34d7a28

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: .github/workflows/semantic-pr-title.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Семантический заголовок PR
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
types:
8+
- opened
9+
- edited
10+
- synchronize
11+
12+
jobs:
13+
semantic-pr-title:
14+
uses: ExEr7um/workflows/.github/workflows/[email protected]

0 commit comments

Comments
 (0)