Skip to content

Commit

Permalink
Stop putting CodeQL CLI pipeline issues on FR board (#44739)
Browse files Browse the repository at this point in the history
  • Loading branch information
felicitymay authored Oct 20, 2023
1 parent e3ac04e commit 3ab46ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/first-responder-docs-content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 3ab46ba

Please sign in to comment.