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

local Usage after deprecation #3375

local Usage after deprecation

local Usage after deprecation #3375

Workflow file for this run

name: "Issue Labeler"
on:
issues:
types: [opened, edited]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
issues: write
contents: read
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v3.4
with:
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
repo-token: ${{ github.token }}
include-title: 1