Skip to content

Commit

Permalink
Fix pr labeler config
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoIsRecursive committed Feb 23, 2024
1 parent ed70bbc commit d9bfe9c
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
name: PR Labeler
on:
pull_request:
types: [opened]

jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v3
with:
configuration-path: .github/pr-labeler.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
feature: ["feature/*", "feat/*"]
fix: ["fix/*", "bugfix/*"]
chore: ["chore/*", "dependencies/*"]

0 comments on commit d9bfe9c

Please sign in to comment.