Skip to content

Commit aa3229f

Browse files
committed
PR
1 parent 4f6e1f9 commit aa3229f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
run: |
2020
exit 1
2121
22-
- name: Title should mention Jira ticket.
22+
- name: Title should start with with a Jira ticket.
2323
if: ${{ always() && !(startsWith(github.event.pull_request.title, 'CSHARP-')) }}
2424
run: |
2525
exit 1
2626
27-
- name: Title should not end with period or elipses
27+
- name: Title should not end with period or ellipses.
2828
if: ${{ always() && (endsWith(github.event.pull_request.title, '.') || endsWith(github.event.pull_request.title, '…')) }}
2929
run: |
3030
exit 1

0 commit comments

Comments
 (0)