Skip to content

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

chore: go toolchain version + github actions commit hash pinning

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

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
with:
configuration-path: '.github/pull_request_labeler.yaml'