Issue response: do not encode query parameters (#25180)
Release Notes: - N/A
This commit is contained in:
@@ -96,7 +96,7 @@ async function main() {
|
||||
},
|
||||
}));
|
||||
|
||||
const issuesUrl = `${GITHUB_ISSUES_URL}?q=${encodeURIComponent(searchQuery)}`;
|
||||
const issuesUrl = `${GITHUB_ISSUES_URL}?q=${searchQuery}`;
|
||||
|
||||
blocks.push({
|
||||
type: "section",
|
||||
|
||||
Reference in New Issue
Block a user