Skip to content

fix(deps): update minor updates (minor) #798

fix(deps): update minor updates (minor)

fix(deps): update minor updates (minor) #798

Workflow file for this run

# https://help.github.com/en/categories/automating-your-workflow-with-github-actions
name: "Labeler"
on: # yamllint disable-line rule:truthy
- "pull_request_target"
jobs:
triage:
timeout-minutes: 10
runs-on: "ubuntu-latest"
permissions:
contents: "read"
pull-requests: "write"
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c" # v2.21.0
with:
egress-policy: "audit"
- uses: "actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13" # v7.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: "labeler-config.yml"