Skip to content

fix(husky): update pre-push branch regex for dev#278

Merged
froggy1014 merged 1 commit into
devfrom
fix/pre-push-hook-evan
Apr 30, 2026
Merged

fix(husky): update pre-push branch regex for dev#278
froggy1014 merged 1 commit into
devfrom
fix/pre-push-hook-evan

Conversation

@froggy1014
Copy link
Copy Markdown
Contributor

Changes

dev/* 패턴을 dev로 변경합니다.

기존 dev/.+ 패턴은 dev/feature 같은 브랜치를 위한 것이었으나 현재 해당 패턴의 브랜치가 없고 dev 브랜치 자체로 직접 push할 일이 생겨 수정합니다.

- SPECIAL_REGEX='^(main|dev\/.+)$'
+ SPECIAL_REGEX='^(main|dev)$'

Checklist

  • Have you written the functional specifications?
  • Have you written the test code?

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 30, 2026

⚠️ No Changeset found

Latest commit: 0ead476

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 30, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (2)
  • main
  • release/v1

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 867faed1-bc94-4704-a5ff-f06f21b8b03b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/pre-push-hook-evan

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@froggy1014 froggy1014 merged commit d9e1826 into dev Apr 30, 2026
5 checks passed
@froggy1014 froggy1014 deleted the fix/pre-push-hook-evan branch April 30, 2026 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants