Stop putting CodeQL CLI pipeline issues on FR board (#44739)
This commit is contained in:
@@ -53,7 +53,7 @@ jobs:
|
||||
return 'false'
|
||||
- name: Label external contributor pull requests with docs-content-fr
|
||||
uses: andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90
|
||||
if: ${{ steps.set-result.outputs.result == 'false' || contains(github.event.pull_request.head.ref, 'codeql-cli-update') }}
|
||||
if: ${{ steps.set-result.outputs.result == 'false' }}
|
||||
with:
|
||||
repo-token: '${{ secrets.DOCS_BOT_PAT_WORKFLOW_READORG }}'
|
||||
add-labels: 'docs-content-fr'
|
||||
|
||||
Reference in New Issue
Block a user