Skip to content

Commit

Permalink
fix: 💚 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 31b0cef commit d2b12d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ documentation:

# 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"]
- head-branch:
- "^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", "feature"]
- head-branch:
- "^feat-"

# Add "release" label to any PR that is opened against the `main` branch
release:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,6 @@ jobs:
with:
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
commit_message: "chore: fix linting issues"
commit_options: '--no-verify --signoff'
commit_user_name: super-linter
commit_user_email: super-linter@super-linter.dev

0 comments on commit d2b12d9

Please sign in to comment.