Skip to content

Commit

Permalink
fix: 💚 linting with labeler
Browse files Browse the repository at this point in the history
Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com>
  • Loading branch information
iamnewton committed Oct 23, 2024
1 parent 37089af commit cba54c3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
# Add "docs" label to any change to .md files within the entire repository
documentation:
- changed-files:
- any-glob-to-any-file:
- docs/**
- "**/*.md"
- any-glob-to-any-file:
- docs/**
- "**/*.md"

# Add "bug" label to any PR where the head branch name starts with `fix` or has a `fix` section in the name
bug:
- head-branch:
- "^fix-"
- "^fix-"

# Add "enhancement" label to any PR where the head branch name starts with `feature` or has a `feature` section in the name
enhancement:
- head-branch:
- "^feat-"
- "^feat-"

# Add "release" label to any PR that is opened against the `main` branch
release:
Expand Down

0 comments on commit cba54c3

Please sign in to comment.