File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments