Issue response: do not encode query parameters (#25180)
Release Notes: - N/A
This commit is contained in:
parent
5f6d049751
commit
c9bd44f983
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue