Skip to content

Commit

Permalink
Add PR labeler
Browse files Browse the repository at this point in the history
  • Loading branch information
Hialus committed Feb 10, 2024
1 parent 14ae279 commit 2f60e1a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"component:LLM":
- changed-files:
- any-glob-to-any-file: app/llm/**
10 changes: 10 additions & 0 deletions .github/workflows/pullrequest-labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Pull Request Labeler
on: [pull_request_target]

jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 2f60e1a

Please sign in to comment.