From a65345845bd64eac2351dd893e669e73ec8a08df Mon Sep 17 00:00:00 2001 From: Vladimir Date: Fri, 22 May 2026 08:59:15 +0200 Subject: [PATCH] ci: disable organic comment (#10424) --- .github/workflows/pr-labeled-automated.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-labeled-automated.yml b/.github/workflows/pr-labeled-automated.yml index af1a3d587..526ef4b01 100644 --- a/.github/workflows/pr-labeled-automated.yml +++ b/.github/workflows/pr-labeled-automated.yml @@ -66,6 +66,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} agent-scan-comment: false + skip-comment-on-organic: true # just put a label and send a comment if the account looks suspicious - name: Label flagged PR -- 2.51.2