Consider 'skip FR board' label when deciding whether to add a PR to the V2 FR board (#49335)
This commit is contained in:
@@ -19,7 +19,7 @@ permissions:
|
||||
jobs:
|
||||
first-responder-triage-pr:
|
||||
name: Add PR to FR project v2
|
||||
if: github.repository == 'github/docs-internal' && github.event.pull_request.draft == false && github.actor != 'dependabot[bot]' && github.event.pull_request.head.ref != 'repo-sync'
|
||||
if: github.repository == 'github/docs-internal' && github.event.pull_request.draft == false && github.actor != 'dependabot[bot]' && github.event.pull_request.head.ref != 'repo-sync' && !contains(github.event.pull_request.labels.*.name, 'skip FR board')
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
||||
@@ -112,7 +112,7 @@ jobs:
|
||||
gh pr create \
|
||||
--title "Update CodeQL query tables" \
|
||||
--repo github/docs-internal \
|
||||
--label "codeql-query-tables,skip FR board" \
|
||||
--label "codeql-query-tables,skip FR board,ready-for-doc-review" \
|
||||
--body '👋 humans. This PR updates the **CodeQL query table reusables** with the latest changes in preparation for the next **CodeQL CLI** release.
|
||||
|
||||
No action is required from the first responder for the Docs content team. This PR will be reviewed and merged by the Code scanning and GHAS focus team as part of the next release of CodeQL CLI. (Synced from codeql@${{ steps.codeql.outputs.OPENAPI_COMMIT_SHA }})
|
||||
|
||||
2
.github/workflows/sync-codeql-cli.yml
vendored
2
.github/workflows/sync-codeql-cli.yml
vendored
@@ -108,4 +108,4 @@ jobs:
|
||||
|
||||
If CI does not pass or other problems arise, contact #docs-engineering on slack.' \
|
||||
--repo github/docs-internal \
|
||||
--label "codeql-cli-pipeline,skip FR board"
|
||||
--label "codeql-cli-pipeline,skip FR board,ready-for-doc-review"
|
||||
|
||||
Reference in New Issue
Block a user