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 ef0c134 commit 330e8acCopy full SHA for 330e8ac
.github/workflows/scripts/create_address_commit_comments_issues
@@ -194,7 +194,7 @@ issue_exists_for_commit() {
194
local query
195
196
# Build a search query that looks for the commit short SHA in the issue title:
197
- local raw_query="repo:${owner}/${repo} in:title \"commit ${short_sha}\""
+ local raw_query="repo:${owner}/${repo} in:title \"commit \`${short_sha}\`\""
198
199
# URL-encode the query using jq:
200
query=$(echo "$raw_query" | jq -sRr @uri)
0 commit comments