From d61fd760d67f00769030289554ea7c9c533fd84a Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Fri, 21 Jun 2024 17:32:33 +0100 Subject: [PATCH] Remove addition of label that adds the PR to the FR board (#51331) --- .github/workflows/sync-secret-scanning.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-secret-scanning.yml b/.github/workflows/sync-secret-scanning.yml index d8d65f65af..3e9b814930 100644 --- a/.github/workflows/sync-secret-scanning.yml +++ b/.github/workflows/sync-secret-scanning.yml @@ -74,9 +74,9 @@ jobs: /cc @github/docs-content-security-products - If CI does not pass or other problems arise, contact #docs-engineering on slack.' \ + If CI does not pass or other problems arise, contact #docs-engineering on Slack.' \ --repo github/docs-internal \ - --label secret-scanning-pipeline,ready-for-docs-review + --label secret-scanning-pipeline - uses: ./.github/actions/slack-alert if: ${{ failure() && github.event_name != 'workflow_dispatch' }}