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());