1
0
mirror of synced 2025-12-26 05:02:55 -05:00

Update sync-codeql-cli.yml to stop the CodeQL CLI pipeline PRs appearing on the FR board (#44689)

This commit is contained in:
Felicity Chapman
2023-10-20 10:08:16 +01:00
committed by GitHub
parent f65eb3e811
commit b315a4510d

View File

@@ -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: