Skip to content

[Docs Preview] Add loadfiles to the list of unsupported functions in cquery documentation. #5957

[Docs Preview] Add loadfiles to the list of unsupported functions in cquery documentation.

[Docs Preview] Add loadfiles to the list of unsupported functions in cquery documentation. #5957

Workflow file for this run

name: "PR Labeler"
on:
pull_request_target:
types: ["opened", "reopened", "ready_for_review"]
permissions:
contents: read
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
with:
egress-policy: audit
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
if: ${{ github.event.pull_request.draft == false && github.event.pull_request.user.login != 'bazel-io' }}