Skip to content

[Feature]: Introduce a Unique PR Identity & Smart Labeling System #14

[Feature]: Introduce a Unique PR Identity & Smart Labeling System

[Feature]: Introduce a Unique PR Identity & Smart Labeling System #14

Workflow file for this run

name: "Issue Labeler"
on:
issues:
types: [opened]
permissions:
issues: write
contents: read
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@c1b0f9f52a63158c4adc09425e858e87b32e9685 # v3.4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/issue-labeler.yml"
enable-versioned-regex: 0