anandb71/Arbor Impact Analysis
Run Arbor graph-native code impact analysis in GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 7, 2026
- License
- MIT
Pinned Snippet
uses: anandb71/arbor@7cd563885984d8db479555f7af26cd3ac355e0f2 # v2.4.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Arbor command to run (without leading 'arbor'). For example 'diff .' or 'status .'. | no | status . |
| arbor-version | Arbor CLI version to install (e.g. 1.6.2). Use 'latest' for newest. | no | latest |
| install-from-source | Install from this repository source using Cargo instead of crates.io. | no | false |
| working-directory | Directory where the Arbor command should run. | no | . |
| comment-on-pr | Post the impact report as a comment on the Pull Request when running in a PR workflow. | no | true |
| github-token | The GITHUB_TOKEN secret, needed to post PR comments. | no | ${{ github.token }} |
Outputs
no outputs