Skip to content

Commit

Permalink
issue labeler to help triage of issues
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Jan 29, 2024
1 parent 7d7a708 commit f843a8a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/config/labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
'version: 1.18':
- '1\.18(?:\.\d)?'
'version: 1.19':
- '1\.19(?:\.\d)?'
'version: 1.20':
- '1\.20(?:\.\d)?'
14 changes: 14 additions & 0 deletions .github/workflows/issue-labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Label Issues"
on:
issues:
types: [opened, edited]

jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: github/[email protected]
with:
configuration-path: .github/config/labels.yml
enable-versioned-regex: 0
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f843a8a

Please sign in to comment.