Skip to content

chore: go toolchain version + github actions commit hash pinning #571

chore: go toolchain version + github actions commit hash pinning

chore: go toolchain version + github actions commit hash pinning #571

Workflow file for this run

name: PR labeler
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
with:
configuration-path: '.github/pull_request_labeler.yaml'