Skip to content

Commit 1a2075e

Browse files
subatoifelicitymay
andauthored
Adds condition for ignoring docs-content-fr label if for CodeQL CLI (github#41712)
Co-authored-by: Felicity Chapman <[email protected]>
1 parent a0f4924 commit 1a2075e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/first-responder-docs-content.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
return 'false'
5151
- name: Label external contributor pull requests with docs-content-fr
5252
uses: andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90
53-
if: steps.set-result.outputs.result == 'false'
53+
if: steps.set-result.outputs.result == 'false' || contains(github.event.pull_request.head.ref, "codeql-cli-update")
5454
with:
5555
repo-token: '${{ secrets.DOCS_BOT_PAT_WORKFLOW_READORG }}'
5656
add-labels: 'docs-content-fr'

0 commit comments

Comments
 (0)