Skip to content

Conversation

@replydev
Copy link
Owner

@replydev replydev commented Apr 5, 2025

No description provided.

dependabot bot and others added 12 commits March 3, 2025 15:28
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.138 to 1.0.140.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.138...v1.0.140)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.217 to 1.0.219.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.217...v1.0.219)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.3.1 to 0.3.2.
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.3.1...v0.3.2)

---
updated-dependencies:
- dependency-name: getrandom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.2.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.6.0...v4.6.2)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.29 to 4.5.35.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.29...clap_complete-v4.5.35)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…' into feat/545-partial-matching-for-issuerlabel-on-cli
…into feat/545-partial-matching-for-issuerlabel-on-cli
…140' into feat/545-partial-matching-for-issuerlabel-on-cli
…s/upload-artifact-4.6.2' into feat/545-partial-matching-for-issuerlabel-on-cli
@replydev replydev linked an issue Apr 5, 2025 that may be closed by this pull request
@replydev replydev requested a review from Copilot April 5, 2025 21:03
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

src/path.rs:38

  • Ensure that removing the explicit conversion with PathBuf::from is intentional and that data_dir() now returns a type compatible with the subsequent join() call.
.map(PathBuf::from)

src/arguments/extract.rs:90

  • Confirm that the use of Option::is_none_or is supported in the targeted Rust version, as this is a relatively new addition to the standard library.
let match_by_index = args.index.is_none_or(|i| i == index);

@replydev replydev merged commit b31928e into main Apr 6, 2025
6 checks passed
@replydev replydev deleted the feat/545-partial-matching-for-issuerlabel-on-cli branch April 6, 2025 10:19
@github-actions
Copy link
Contributor

github-actions bot commented Apr 6, 2025

🎉 This PR is included in version 1.9.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Partial matching for issuer/label on cli

2 participants