Compare commits

...

2 commits

View file

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