Skip to content

Commit

Permalink
Fix possible issue query for infra repo
Browse files Browse the repository at this point in the history
Fix possible issue query for infra repo

Signed-off-by: LongyuZhang <longyu.zhang@ibm.com>
  • Loading branch information
LongyuZhang committed Oct 30, 2024
1 parent 29fa37f commit 8fd08b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-result-summary-client/src/Build/PossibleIssues.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const PossibleIssues = () => {
}
const response = await fetch(
`https://api.github.com/search/issues?q=${generalTestName}+repo:adoptium/aqa-tests` +
`+repo:AdoptOpenJDK/openjdk-infrastructure+repo:adoptium/aqa-build+repo:adoptium/aqa-systemtest+repo:adoptium/TKG${additionalRepo}`,
`+repo:adoptium/infrastructure+repo:adoptium/aqa-build+repo:adoptium/aqa-systemtest+repo:adoptium/TKG${additionalRepo}`,
{
method: 'get',
}
Expand Down

0 comments on commit 8fd08b2

Please sign in to comment.