Skip to content

Commit b9ef652

Browse files
committed
(chore) Add PR title checker
1 parent 640dd81 commit b9ef652

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: PR title check
2+
3+
on:
4+
pull_request_target:
5+
types:
6+
- opened
7+
- edited
8+
- synchronize
9+
- reopened
10+
11+
permissions: {}
12+
13+
jobs:
14+
pr-title:
15+
uses: openmrs/openmrs-contrib-gha-workflows/.github/workflows/frontend-pr-title-check.yml@main
16+
with:
17+
pr-title: ${{ github.event.pull_request.title }}
18+
pr-author-login: ${{ github.event.pull_request.user.login }}
19+
pr-author-type: ${{ github.event.pull_request.user.type }}
20+

0 commit comments

Comments
 (0)