Skip to content

chore(deps): update dependencyanalysis to v2 (major) #454

chore(deps): update dependencyanalysis to v2 (major)

chore(deps): update dependencyanalysis to v2 (major) #454

Workflow file for this run

name: "Label Pull Request"
on:
# `pull_request_target` makes it so that the action is run against the configuration in the
# destination branch, instead of the one in the PR branch.
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
# see https://github.com/actions/labeler
- uses: actions/labeler@v5
with:
configuration-path: ".github/labeler-config.yml"
repo-token: "${{ secrets.GITHUB_TOKEN }}"
# automatically remove labels if the PR changed and made them invalid
sync-labels: true