Skip to content
This repository was archived by the owner on Aug 10, 2026. It is now read-only.

chore(deps): bump actions/labeler from 6 to 7 #2080

chore(deps): bump actions/labeler from 6 to 7

chore(deps): bump actions/labeler from 6 to 7 #2080

Workflow file for this run

name: 'PR Auto Label'
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Label based on changed files
uses: actions/labeler@v7
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml