From ea41457275a46ea2629b2be90c144c53dce9f33a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20Tolnai?= Date: Mon, 30 Mar 2026 15:03:00 +0200 Subject: [PATCH] add cursor as trusted bot --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f610391bb..25197fa9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -360,6 +360,7 @@ jobs: const trustedBots = [ 'dependabot[bot]', 'renovate-sh-app[bot]', + 'cursor[bot]', // Used by other shared workflows such as the version bump workflow 'grafana-plugins-platform-bot[bot]' ].map((s) => s.toLowerCase());