Skip to content

chore(deps): bump actions/checkout from 5.0.1 to 6.0.0 in the major-deps-updates group #424

chore(deps): bump actions/checkout from 5.0.1 to 6.0.0 in the major-deps-updates group

chore(deps): bump actions/checkout from 5.0.1 to 6.0.0 in the major-deps-updates group #424

Workflow file for this run

# Automatically label PRs based on the files changed
name: "Pull Request Labeler"
on:
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
# Skip labeling for release PRs
if: |
!contains(github.event.pull_request.title, 'Version Packages') &&
!contains(github.event.pull_request.title, 'version packages') &&
!contains(github.event.pull_request.title, 'chore: version packages')
steps:
- name: Label PR based on file paths
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true # Remove labels when files no longer match