Skip to content

Fix/allow merge commits#17

Merged
gautammanak1 merged 7 commits intomainfrom
fix/allow-merge-commits
Nov 19, 2025
Merged

Fix/allow merge commits#17
gautammanak1 merged 7 commits intomainfrom
fix/allow-merge-commits

Conversation

@gautammanak1
Copy link
Owner

Description

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📝 Documentation update
  • 🎨 Style/formatting changes (no code change)
  • ♻️ Code refactoring (no functional changes)
  • ⚡ Performance improvements
  • ✅ Tests (adding or updating tests)

Related Issues

Closes #

Changes Made

Screenshots (if applicable)

Before After

Testing

  • I have tested this locally
  • I have added/updated tests
  • All existing tests pass
  • I have tested in multiple browsers
  • I have tested in both light and dark modes
  • I have tested responsive design on mobile devices

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published

Additional Notes

- Run prettier --write on all files
- Fix formatting issues in 42 files
- Ensure consistent code style across project
- Skip merge commits from validation
- Merge commits are automatically generated and don't follow conventional commits
- Only validate regular commits
@vercel
Copy link

vercel bot commented Nov 18, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
npm-package-download-stat Ready Ready Preview Comment Nov 18, 2025 11:51pm

- Replace semantic-pull-request action with custom script
- Allow case-insensitive PR titles (Fix, fix, FIX all work)
- Provide better error messages
- More flexible validation
…oyment

- Fix CodeQL security warning: Validate and sanitize package names in URLs
- Fix PR title validation: Handle slashes (Fix/allow -> fix:)
- Fix Prettier formatting in pr-check.yml
- Fix Vercel preview deployment: Remove invalid --yes flag
- Fix commit message validation to extract message part only
- Remove hash from validation check
- Skip merge commits properly
- Add success message for valid commits
@gautammanak1 gautammanak1 merged commit c787f4a into main Nov 19, 2025
11 checks passed
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.

1 participant