We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6e1f9 commit aa3229fCopy full SHA for aa3229f
.github/workflows/pr.yml
@@ -19,12 +19,12 @@ jobs:
19
run: |
20
exit 1
21
22
- - name: Title should mention Jira ticket.
+ - name: Title should start with with a Jira ticket.
23
if: ${{ always() && !(startsWith(github.event.pull_request.title, 'CSHARP-')) }}
24
25
26
27
- - name: Title should not end with period or elipses
+ - name: Title should not end with period or ellipses.
28
if: ${{ always() && (endsWith(github.event.pull_request.title, '.') || endsWith(github.event.pull_request.title, '…')) }}
29
30
0 commit comments