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 7476c9c commit 4fb41faCopy full SHA for 4fb41fa
.github/workflows/pr_title_check.yml
@@ -86,3 +86,9 @@ jobs:
86
See the contributing guide for more details:
87
https://github.com/NHSDigital/eps-common-workflows/blob/main/CONTRIBUTING.md
88
comment-tag: pr-link
89
+
90
+ - name: Fail job due to invalid PR title format
91
+ if: steps.check_prefix.outcome != 'success' || steps.check_ticket_reference.outcome != 'success'
92
+ run: |
93
+ echo "Job failed due to invalid PR title format."
94
+ exit 1
0 commit comments