Skip to content

Commit 79401c5

Browse files
joanagmaiaclaude
authored andcommitted
fix: classify merged gitlab MRs as MERGE_REQUEST_MERGED (CM-1298) (#4271)
Signed-off-by: Joana Maia <jmaia@contractor.linuxfoundation.org> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Yeganathan S <63534555+skwowet@users.noreply.github.com>
1 parent 4c94bd6 commit 79401c5

4 files changed

Lines changed: 588 additions & 503 deletions

File tree

services/apps/script_executor_worker/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"dev": "nodemon --watch src --watch ../../libs --ext ts --exec pnpm run start:debug",
1010
"cleanup-fork-activities": "npx tsx src/bin/cleanup-fork-activities-and-maintainers.ts",
1111
"cleanup-member-aggregates": "npx tsx src/bin/cleanup-member-aggregates.ts",
12+
"cleanup-activities-by-platform-and-type": "npx tsx src/bin/cleanup-activities-by-platform-and-type.ts",
1213
"recalculate-enrichment-affiliations": "npx tsx src/bin/recalculate-enrichment-affiliations.ts",
1314
"recalculate-all-affiliations": "npx tsx src/bin/recalculate-all-affiliations.ts",
1415
"add-lf-projects-to-collection": "npx tsx src/bin/add-lf-projects-to-collection.ts",

0 commit comments

Comments
 (0)