Skip to content

Commit

Permalink
Create labeler.yml
Browse files Browse the repository at this point in the history
- Issues or pull requests with changes in `src/**/*.js` and `*.html` will get the `bug` label.
- Changes in `docs/**` and `*.md` will get the `documentation` label.
- Changes in `features/**` will get the `enhancement` label.
  • Loading branch information
BDadmehr0 authored Nov 18, 2024
1 parent f8c842d commit b48c1d2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Automatically label based on file paths
bug:
- "src/**/*.js"
- "*.html"

documentation:
- "docs/**"
- "*.md"

enhancement:
- "features/**"

0 comments on commit b48c1d2

Please sign in to comment.