Skip to content

Commit

Permalink
ci: issue-labeler add triage (#2488)
Browse files Browse the repository at this point in the history
chore: 🤖 ci: issue-labeler
  • Loading branch information
IWANABETHATGUY authored Mar 28, 2023
1 parent fbaeb41 commit 93975ed
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/issue-labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
needs-triage:
# any new issue will be marked as need-triage
- ".*"
14 changes: 14 additions & 0 deletions .github/workflows/issue-label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Issue Labeler"
on:
issues:
types: [opened]

jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v2.5 #May not be the latest version
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/issue-labeler.yml
enable-versioned-regex: 0

0 comments on commit 93975ed

Please sign in to comment.