Skip to content
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

ci: Create pr_title_enforcer.yml #1464

Merged
merged 1 commit into from
Apr 5, 2024
Merged

Conversation

YunchuWang
Copy link
Contributor

@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 (ci): Create pr_title_enforcer.yml ci: Create pr_title_enforcer.yml Apr 5, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.23%. Comparing base (30789ed) to head (b708012).

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #1464   +/-   ##
=======================================
  Coverage   85.23%   85.23%           
=======================================
  Files          35       35           
  Lines        1998     1998           
  Branches      378      378           
=======================================
  Hits         1703     1703           
  Misses        219      219           
  Partials       76       76           
Flag Coverage Δ
unittests 85.18% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@YunchuWang YunchuWang changed the title ci: Create pr_title_enforcer.yml Create pr_title_enforcer.yml Apr 5, 2024
@YunchuWang YunchuWang changed the title Create pr_title_enforcer.yml ci: Create pr_title_enforcer.yml Apr 5, 2024
@YunchuWang YunchuWang merged commit 0913d9c into dev Apr 5, 2024
51 of 54 checks passed
@YunchuWang YunchuWang deleted the wangbill/pr_title_enforcer branch April 5, 2024 19:34
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.

None yet

3 participants