Skip to content

Bump ericcornelissen/tool-versions-update-action from 1.1.1 to 1.1.2 #1187

Bump ericcornelissen/tool-versions-update-action from 1.1.1 to 1.1.2

Bump ericcornelissen/tool-versions-update-action from 1.1.1 to 1.1.2 #1187

Workflow file for this run

name: Labeler
on:
pull_request_target: ~
permissions: read-all
jobs:
label:
name: Label
permissions:
pull-requests: write # To assign labels
runs-on: ubuntu-22.04
steps:
- name: Harden runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
- name: Set labels on Pull Request
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
configuration-path: .github/labeler.yml
sync-labels: false