Skip to content

Commit

Permalink
Adds condition for ignoring docs-content-fr label if for CodeQL CLI (…
Browse files Browse the repository at this point in the history
…#41712)

Co-authored-by: Felicity Chapman <felicitymay@github.com>
  • Loading branch information
subatoi and felicitymay authored Aug 30, 2023
1 parent a0f4924 commit 1a2075e
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 @@ -50,7 +50,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'
if: steps.set-result.outputs.result == 'false' || contains(github.event.pull_request.head.ref, "codeql-cli-update")
with:
repo-token: '${{ secrets.DOCS_BOT_PAT_WORKFLOW_READORG }}'
add-labels: 'docs-content-fr'
Expand Down

0 comments on commit 1a2075e

Please sign in to comment.