-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/next #56
base: main
Are you sure you want to change the base?
Feature/next #56
Conversation
|
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.
Copilot reviewed 90 out of 105 changed files in this pull request and generated 1 suggestion.
Files not reviewed (15)
- .gitattributes: Language not supported
- .github/ISSUE_TEMPLATE/config.yml: Language not supported
- .github/dependabot.yml: Language not supported
- .github/workflows/audit.yml: Language not supported
- .github/workflows/cd.yml: Language not supported
- .github/workflows/ci.yml: Language not supported
- .node-version: Language not supported
- .zed/settings.json: Language not supported
- .github/ISSUE_TEMPLATE/bug_report.md: Evaluated as low risk
- .github/ISSUE_TEMPLATE/feature_request.md: Evaluated as low risk
- .github/PULL_REQUEST_TEMPLATE.md: Evaluated as low risk
- .rustfmt.toml: Evaluated as low risk
- build.rs: Evaluated as low risk
- cliff-d.toml: Evaluated as low risk
- crates/git/src/error.rs: Evaluated as low risk
Comments skipped due to low confidence (1)
.github/workflows/pull_request.yml:17
- Using 'github.ref_name' might cause issues. Consider changing it to 'github.ref'.
cancel-in-progress: ${{ github.ref_name != 'main' }}
- Add version-compare dependency for better version handling - Implement RepositoryPublishTagInfo struct for tag information - Add package scope metadata extraction functionality - Complete implementation of get_last_known_publish_tag_info_for_package - Add regex support for package name parsing
No description provided.