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 aa3229f commit 171f312Copy full SHA for 171f312
.github/workflows/pr.yml
@@ -19,7 +19,7 @@ jobs:
19
run: |
20
exit 1
21
22
- - name: Title should start with with a Jira ticket.
+ - name: Title should start with a Jira ticket.
23
if: ${{ always() && !(startsWith(github.event.pull_request.title, 'CSHARP-')) }}
24
25
0 commit comments