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 <[email protected]>
  • Loading branch information
LongyuZhang authored and llxia committed Oct 30, 2024
1 parent 29fa37f commit 7ea2daf
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 7ea2daf

Please sign in to comment.