Update sync-codeql-cli.yml to stop the CodeQL CLI pipeline PRs appearing on the FR board (#44689)
This commit is contained in:
6
.github/workflows/sync-codeql-cli.yml
vendored
6
.github/workflows/sync-codeql-cli.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user