be-hase/gradle-dependency-diff-action
Report the Gradle dependency differences caused by the Pull Request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tool-version | Version of dependency-tree-diff-version(https://github.com/JakeWharton/dependency-tree-diff). | no | 1.2.1 |
| configurations | Target dependency configurations. Multiple values can be specified, separated by commas. | no | runtimeClasspath |
| post-pr-comment | If true, posts a PR comment when there are dependency differences. | no | true |
| update-pr-body | If true, updates the PR body when there are dependency differences. | no | false |
| assign-label | If true, adds a PR label when there are dependency differences. | no | true |
| label-name | Label name used with assign-label. | no | dependencies-change |
| upload-artifact | If true, uploads the dependency differences as a text file to the actions artifact. | no | true |
| token | Token used by this action. | no | ${{ github.token }} |
| custom-endpoint-url | By default, the report is recorded in GitHub checks. If you want to send it to a custom server, please use this option. This feature is experimental and may change without notice. | no | — |
| custom-endpoint-headers | The header used when sending to a custom endpoint. | no | — |
Outputs
no outputs