Skip to content

Commit

Permalink
Fix labeler config (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
tugrulates authored Jan 27, 2024
1 parent 936b4fe commit fd129f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ feature:
- head-branch: "^feature/"

dependencies:
- head-branch: ^deps/"
- head-branch: "^deps/"

documentation:
- head-branch: ^doc/"
- head-branch: "^doc/"

performance:
- head-branch: "^perf/"
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,4 @@ jobs:
pull-requests: write

steps:
- uses: actions/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/labeler@v5

0 comments on commit fd129f0

Please sign in to comment.