From b315a4510d0b241cb0768d4bc054018d64b1f4cb Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Fri, 20 Oct 2023 10:08:16 +0100 Subject: [PATCH] Update sync-codeql-cli.yml to stop the CodeQL CLI pipeline PRs appearing on the FR board (#44689) --- .github/workflows/sync-codeql-cli.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-codeql-cli.yml b/.github/workflows/sync-codeql-cli.yml index ca4a66d54670..4b3cf6c5777b 100644 --- a/.github/workflows/sync-codeql-cli.yml +++ b/.github/workflows/sync-codeql-cli.yml @@ -116,11 +116,13 @@ jobs: echo "Creating pull request..." gh pr create \ --title "Update CodeQL CLI manual" \ - --body '👋 humans. This PR updates the CodeQL CLI manual Markdown pages with the latest changes. (Synced from semmle-code@${{ steps.semmle-code.outputs.OPENAPI_COMMIT_SHA }}) + --body '👋 humans. This PR updates the CodeQL CLI manual Markdown pages with the latest changes in preparation for the next **CodeQL CLI** release. + + This will be reviewed and merged by the Code scanning and GHAS focus team as part of the release of CodeQL CLI. (Synced from semmle-code@${{ steps.semmle-code.outputs.OPENAPI_COMMIT_SHA }}) If CI does not pass or other problems arise, contact #docs-engineering on slack.' \ --repo github/docs-internal \ - --label codeql-cli-pipeline + --label "codeql-cli-pipeline,skip FR board" - uses: ./.github/actions/slack-alert with: