We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 640dd81 commit b9ef652Copy full SHA for b9ef652
.github/workflows/pr-title-check.yml
@@ -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