Compare commits

...

3 commits

Author SHA1 Message Date
Marko Reiprecht
1f85399bcb
Merge 65d27f252a into b7f96b2ea1 2025-01-01 14:22:24 +00:00
renovate[bot]
b7f96b2ea1
build(deps): update aws-sdk-js-v3 monorepo (#33359)
Some checks are pending
Build / setup (push) Waiting to run
Build / setup-build (push) Waiting to run
Build / prefetch (push) Blocked by required conditions
Build / lint-eslint (push) Blocked by required conditions
Build / lint-prettier (push) Blocked by required conditions
Build / lint-docs (push) Blocked by required conditions
Build / lint-other (push) Blocked by required conditions
Build / (push) Blocked by required conditions
Build / codecov (push) Blocked by required conditions
Build / coverage-threshold (push) Blocked by required conditions
Build / test-success (push) Blocked by required conditions
Build / build (push) Blocked by required conditions
Build / build-docs (push) Blocked by required conditions
Build / test-e2e (push) Blocked by required conditions
Build / release (push) Blocked by required conditions
Code scanning / CodeQL-Build (push) Waiting to run
Scorecard supply-chain security / Scorecard analysis (push) Waiting to run
whitesource-scan / WS_SCAN (push) Waiting to run
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-01 00:40:40 +00:00
Marko Reiprecht
65d27f252a add current project id as sourceRepositoryId to fetch of pull requests to avoid that bot needs read permission to all pr source repositories 2024-12-09 15:53:02 +01:00
3 changed files with 347 additions and 343 deletions

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,

View file

@ -143,12 +143,12 @@
"pnpm": "9.15.1"
},
"dependencies": {
"@aws-sdk/client-codecommit": "3.699.0",
"@aws-sdk/client-ec2": "3.701.0",
"@aws-sdk/client-ecr": "3.699.0",
"@aws-sdk/client-rds": "3.699.0",
"@aws-sdk/client-s3": "3.701.0",
"@aws-sdk/credential-providers": "3.699.0",
"@aws-sdk/client-codecommit": "3.716.0",
"@aws-sdk/client-ec2": "3.716.0",
"@aws-sdk/client-ecr": "3.720.0",
"@aws-sdk/client-rds": "3.719.1",
"@aws-sdk/client-s3": "3.717.0",
"@aws-sdk/credential-providers": "3.716.0",
"@breejs/later": "4.2.0",
"@cdktf/hcl2json": "0.20.10",
"@opentelemetry/api": "1.9.0",

File diff suppressed because it is too large Load diff