Skip to content

Commit 061e275

Browse files
(chore): Add PR description check workflow (#678)
1 parent 01128c2 commit 061e275

2 files changed

Lines changed: 20 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 description 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-description:
15+
uses: openmrs/openmrs-contrib-gha-workflows/.github/workflows/frontend-pr-description-check.yml@main
16+
with:
17+
pr-body: ${{ github.event.pull_request.body }}
18+
pr-author-login: ${{ github.event.pull_request.user.login }}
19+
pr-author-type: ${{ github.event.pull_request.user.type }}

translations/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@
189189
"previousPage": "Previous page",
190190
"price": "Price",
191191
"priceIsRequired": "Price is required",
192+
"priceMustBeNonNegative": "Price must be 0 or greater",
192193
"priceMustBeNumber": "Price must be a valid number",
193194
"priceMustBePositive": "Price must be greater than 0",
194195
"prices": "Prices",

0 commit comments

Comments
 (0)