Skip to content

Conversation

@YunchuWang
Copy link
Member

@YunchuWang YunchuWang commented Apr 5, 2024

Enforce good standard on pr title and squashed commit message
Available types:

  • feat: A new feature
  • fix: A bug fix
  • docs: Documentation only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • refactor: A code change that neither fixes a bug nor adds a feature
  • perf: A code change that improves performance
  • test: Adding missing tests or correcting existing tests
  • build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
  • ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
  • chore: Other changes that don't modify src or test files
  • revert: Reverts a previous commit

@YunchuWang YunchuWang changed the title Create pr_title_enforcer.yml ci: add pr title enforcer pipeline Apr 5, 2024
@YunchuWang YunchuWang changed the title ci: add pr title enforcer pipeline add pr title enforcer pipeline Apr 5, 2024
@YunchuWang YunchuWang changed the title add pr title enforcer pipeline ci: add pr title enforcer pipeline Apr 5, 2024
@YunchuWang YunchuWang changed the title ci: add pr title enforcer pipeline add pr title enforcer pipeline Apr 5, 2024
@YunchuWang YunchuWang changed the title add pr title enforcer pipeline ci: add pr title enforcer pipeline Apr 5, 2024
@YunchuWang YunchuWang merged commit e75b6d7 into dev Apr 5, 2024
@YunchuWang YunchuWang deleted the wangbill/pr-title-enforcer branch April 5, 2024 22:48
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.

3 participants