From 99a92dadea27b7d9e17fcf3a378e3772f9821cfc Mon Sep 17 00:00:00 2001 From: Dmitry Prudnikov Date: Sat, 5 Sep 2026 20:22:57 +0300 Subject: [PATCH] chore: name the maintainer in gitlab-mcp-db and drop the old fork label wording The db package had no author field, and the fork-only review label still described the fork by a name the project no longer uses. --- .coderabbit.yaml | 2 +- packages/gitlab-mcp-db/package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 4a06f431e..248de480e 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -89,4 +89,4 @@ issue_enrichment: - label: 'upstream-candidate' instructions: 'Can be contributed back to zereight upstream' - label: 'fork-only' - instructions: 'Structured World specific, not for upstream' + instructions: 'Specific to this fork, not for upstream' diff --git a/packages/gitlab-mcp-db/package.json b/packages/gitlab-mcp-db/package.json index 0c84efb0c..ddf9e183b 100644 --- a/packages/gitlab-mcp-db/package.json +++ b/packages/gitlab-mcp-db/package.json @@ -3,6 +3,7 @@ "version": "9.1.3", "description": "Optional PostgreSQL/Prisma OAuth-storage backend for @structured-world/gitlab-mcp", "license": "Apache-2.0", + "author": "Dmitry Prudnikov ", "repository": { "type": "git", "url": "https://github.com/structured-world/gitlab-mcp",