Skip to content

Update to Turbine 0.14.0 #5607

Update to Turbine 0.14.0

Update to Turbine 0.14.0 #5607

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@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.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' }}