diff --git a/danger/commit_messages/Dangerfile b/danger/commit_messages/Dangerfile index abb36098629..6a5a75b6eba 100644 --- a/danger/commit_messages/Dangerfile +++ b/danger/commit_messages/Dangerfile @@ -178,7 +178,7 @@ def lint_commits(commits) failures = true end - if commit.message.match?(%r(([\w\-\/]+)?(#|!|&|%)\d+)) + if commit.message.match?(%r(([\w\-\/]+)?(#|!|&|%)\d+\b)) fail_commit( commit, 'Use full URLs instead of short references ' \