rust-affected
Version updated for https://github.com/RobertRautenbach/rust-affected to version v2.1.4.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The rust-affected GitHub Action identifies which packages in a Rust workspace are impacted by changes in a repository. It analyzes modified files and the Cargo dependency graph to determine directly changed crates, their transitive dependents, and affected binary targets, while also supporting full workspace rebuilds based on specific trigger files. This helps automate workflows by enabling targeted builds and deployments, saving time and resources in CI/CD pipelines.
Release notes
What’s Changed
- Add CI workflow for PRs and improve release workflow with change guard + README auto-update by @Copilot in https://github.com/RobertRautenbach/rust-affected/pull/1
- chore: fully configure dependabot.yml by @Copilot in https://github.com/RobertRautenbach/rust-affected/pull/2
- build(deps): bump tj-actions/changed-files from 45 to 47 by @dependabot[bot] in https://github.com/RobertRautenbach/rust-affected/pull/4
- build(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in https://github.com/RobertRautenbach/rust-affected/pull/3
New Contributors
- @Copilot made their first contribution in https://github.com/RobertRautenbach/rust-affected/pull/1
- @dependabot[bot] made their first contribution in https://github.com/RobertRautenbach/rust-affected/pull/4
Full Changelog: https://github.com/RobertRautenbach/rust-affected/compare/v2.1.3...v2.1.4