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 8a3f00e commit 4f6e1f9Copy full SHA for 4f6e1f9
.github/workflows/pr.yml
@@ -25,6 +25,6 @@ jobs:
25
exit 1
26
27
- name: Title should not end with period or elipses
28
- if: ${{ always() && (endsWith(github.event.pull_request.title, '.') || endsWith(github.event.pull_request.title, '�')) }}
+ if: ${{ always() && (endsWith(github.event.pull_request.title, '.') || endsWith(github.event.pull_request.title, '…')) }}
29
run: |
30
0 commit comments