Skip to content

Commit df9fda4

Browse files
Create title-checker.yml
1 parent 97fdb63 commit df9fda4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/title-checker.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Title
2+
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
- edited
8+
- reopened
9+
- synchronize
10+
- ready_for_review
11+
12+
jobs:
13+
Check:
14+
uses: Laravel-Lang/.github/.github/workflows/title-checker.yml@main+

0 commit comments

Comments
 (0)