Skip to content

chore(deps): bump @actions/cache from 6.0.0 to 6.0.1 #133

chore(deps): bump @actions/cache from 6.0.0 to 6.0.1

chore(deps): bump @actions/cache from 6.0.0 to 6.0.1 #133

Workflow file for this run

---
name: Pull Request Labels
on:
pull_request_target:
branches:
- main
types:
- opened
- synchronize
- reopened
- edited
- ready_for_review
permissions:
contents: read
jobs:
label-pull-requests:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Apply Labels
uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
with:
configuration-path: .github/labeler-pull-requests.yml
repo-token: '${{ secrets.GITHUB_TOKEN }}'