Skip to content

ci: add pr title enforcer pipeline #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 5, 2024
Merged

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.

2 participants