Skip to content

Commit

Permalink
Update check_pr_title.py
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeny Malygin <[email protected]>
  • Loading branch information
678098 authored Sep 30, 2024
1 parent 43a6c4e commit 84a3485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ext/check_pr_title.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def check_pr_title():
]
if not any(title.startswith(prefix.lower()) for prefix in valid_prefixes):
raise RuntimeError(
'PR title "{}" doesn't start with a valid prefix, allowed prefixes: {}'.format(
'PR title "{}" doesn\'t start with a valid prefix, allowed prefixes: {}'.format(
title, " ".join(valid_prefixes)
)
)
Expand Down

0 comments on commit 84a3485

Please sign in to comment.