This commit is contained in:
Marko Reiprecht 2025-01-08 10:39:51 +01:00 committed by GitHub
commit 722de68808
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -261,7 +261,11 @@ export async function getPrList(): Promise<AzurePr[]> {
do {
fetchedPrs = await azureApiGit.getPullRequests(
config.repoId,
{ status: 4 },
{
status: 4,
// fetch only prs directly created on the repo and not by forks
sourceRepositoryId: config.project,
},
config.project,
0,
skip,