Skip to content

Commit d387bb7

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

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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 }}

0 commit comments

Comments
 (0)