chore: auto label

This commit is contained in:
Alex
2024-02-19 23:24:14 +01:00
parent d36f15c26b
commit 175852e527
2 changed files with 80 additions and 0 deletions

21
.github/workflows/labeler.yml vendored Normal file
View File

@ -0,0 +1,21 @@
name: "Issue Labeler"
on:
issues:
types: [opened, edited]
pull_request:
types: [opened, edited]
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
include-title: 1
repo-token: ${{ github.token }}