Skip to content

Commit a72617c

Browse files
committed
PR
1 parent e35f50a commit a72617c

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
@@ -23,11 +23,11 @@ jobs:
2323
- name: Title should contain Jira ticket.
2424
if: ${{ always() && !(contains(github.event.pull_request.title, 'CSHARP-')) }}
2525
run: |
26-
echo "Title should contains Jira ticket."
26+
echo "Title should contain Jira ticket."
2727
exit 1
2828
2929
- name: Title should not end with period or elipses
30-
if: ${{ always() && (endsWith(github.event.pull_request.title, '.') || endsWith(github.event.pull_request.title, '…')) }}
30+
if: ${{ always() && (endsWith(github.event.pull_request.title, '.') || endsWith(github.event.pull_request.title, '…')) }}
3131
run: |
3232
echo "Title should not end with a period or ellipses."
3333
exit 1

0 commit comments

Comments
 (0)