-
Notifications
You must be signed in to change notification settings - Fork 204
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
feat: conventional commit plugin will label an unlabeled PR #1758
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1758 +/- ##
==========================================
- Coverage 80.34% 80.24% -0.10%
==========================================
Files 64 64
Lines 4939 4966 +27
Branches 1130 1138 +8
==========================================
+ Hits 3968 3985 +17
- Misses 668 672 +4
- Partials 303 309 +6
Continue to review full report at Codecov.
|
plugins/conventional-commits/__tests__/conventional-commits.test.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, still needs a little work
🚀 PR was released in |
What Changed
Tap the
prCheck
hook in conventional-commits plugin to add the semver label to the PR based on the commits if no semver label existsWhy
Discussion in slack, seemed like a useful feature for it to be more automatic when using conventional commits
Todo:
Change Type
Indicate the type of change your pull request is:
documentation
patch
minor
major
🐤 Download canary assets:
auto-linux-canary.1758.21676.gz
auto-macos-canary.1758.21676.gz
auto-win.exe-canary.1758.21676.gz
📦 Published PR as canary version:
under canary scope @auto-canary@10.14.0-canary.1758.21676.0
✨ Test out this PR locally via:
npm install @auto-canary/bot-list@10.14.0-canary.1758.21676.0 npm install @auto-canary/auto@10.14.0-canary.1758.21676.0 npm install @auto-canary/core@10.14.0-canary.1758.21676.0 npm install @auto-canary/package-json-utils@10.14.0-canary.1758.21676.0 npm install @auto-canary/all-contributors@10.14.0-canary.1758.21676.0 npm install @auto-canary/brew@10.14.0-canary.1758.21676.0 npm install @auto-canary/chrome@10.14.0-canary.1758.21676.0 npm install @auto-canary/cocoapods@10.14.0-canary.1758.21676.0 npm install @auto-canary/conventional-commits@10.14.0-canary.1758.21676.0 npm install @auto-canary/crates@10.14.0-canary.1758.21676.0 npm install @auto-canary/docker@10.14.0-canary.1758.21676.0 npm install @auto-canary/exec@10.14.0-canary.1758.21676.0 npm install @auto-canary/first-time-contributor@10.14.0-canary.1758.21676.0 npm install @auto-canary/gem@10.14.0-canary.1758.21676.0 npm install @auto-canary/gh-pages@10.14.0-canary.1758.21676.0 npm install @auto-canary/git-tag@10.14.0-canary.1758.21676.0 npm install @auto-canary/gradle@10.14.0-canary.1758.21676.0 npm install @auto-canary/jira@10.14.0-canary.1758.21676.0 npm install @auto-canary/magic-zero@10.14.0-canary.1758.21676.0 npm install @auto-canary/maven@10.14.0-canary.1758.21676.0 npm install @auto-canary/microsoft-teams@10.14.0-canary.1758.21676.0 npm install @auto-canary/npm@10.14.0-canary.1758.21676.0 npm install @auto-canary/omit-commits@10.14.0-canary.1758.21676.0 npm install @auto-canary/omit-release-notes@10.14.0-canary.1758.21676.0 npm install @auto-canary/pr-body-labels@10.14.0-canary.1758.21676.0 npm install @auto-canary/released@10.14.0-canary.1758.21676.0 npm install @auto-canary/s3@10.14.0-canary.1758.21676.0 npm install @auto-canary/slack@10.14.0-canary.1758.21676.0 npm install @auto-canary/twitter@10.14.0-canary.1758.21676.0 npm install @auto-canary/upload-assets@10.14.0-canary.1758.21676.0 npm install @auto-canary/vscode@10.14.0-canary.1758.21676.0 # or yarn add @auto-canary/bot-list@10.14.0-canary.1758.21676.0 yarn add @auto-canary/auto@10.14.0-canary.1758.21676.0 yarn add @auto-canary/core@10.14.0-canary.1758.21676.0 yarn add @auto-canary/package-json-utils@10.14.0-canary.1758.21676.0 yarn add @auto-canary/all-contributors@10.14.0-canary.1758.21676.0 yarn add @auto-canary/brew@10.14.0-canary.1758.21676.0 yarn add @auto-canary/chrome@10.14.0-canary.1758.21676.0 yarn add @auto-canary/cocoapods@10.14.0-canary.1758.21676.0 yarn add @auto-canary/conventional-commits@10.14.0-canary.1758.21676.0 yarn add @auto-canary/crates@10.14.0-canary.1758.21676.0 yarn add @auto-canary/docker@10.14.0-canary.1758.21676.0 yarn add @auto-canary/exec@10.14.0-canary.1758.21676.0 yarn add @auto-canary/first-time-contributor@10.14.0-canary.1758.21676.0 yarn add @auto-canary/gem@10.14.0-canary.1758.21676.0 yarn add @auto-canary/gh-pages@10.14.0-canary.1758.21676.0 yarn add @auto-canary/git-tag@10.14.0-canary.1758.21676.0 yarn add @auto-canary/gradle@10.14.0-canary.1758.21676.0 yarn add @auto-canary/jira@10.14.0-canary.1758.21676.0 yarn add @auto-canary/magic-zero@10.14.0-canary.1758.21676.0 yarn add @auto-canary/maven@10.14.0-canary.1758.21676.0 yarn add @auto-canary/microsoft-teams@10.14.0-canary.1758.21676.0 yarn add @auto-canary/npm@10.14.0-canary.1758.21676.0 yarn add @auto-canary/omit-commits@10.14.0-canary.1758.21676.0 yarn add @auto-canary/omit-release-notes@10.14.0-canary.1758.21676.0 yarn add @auto-canary/pr-body-labels@10.14.0-canary.1758.21676.0 yarn add @auto-canary/released@10.14.0-canary.1758.21676.0 yarn add @auto-canary/s3@10.14.0-canary.1758.21676.0 yarn add @auto-canary/slack@10.14.0-canary.1758.21676.0 yarn add @auto-canary/twitter@10.14.0-canary.1758.21676.0 yarn add @auto-canary/upload-assets@10.14.0-canary.1758.21676.0 yarn add @auto-canary/vscode@10.14.0-canary.1758.21676.0