https://github.com/op5dev/changed-diff-tree
Git diff-tree for a list of changed files or directories between branches with GitHub Action event triggers.
https://github.com/op5dev/changed-diff-tree
automation change-detection cicd-pipeline devops diff-trees github-actions
Last synced: 7 months ago
JSON representation
Git diff-tree for a list of changed files or directories between branches with GitHub Action event triggers.
- Host: GitHub
- URL: https://github.com/op5dev/changed-diff-tree
- Owner: OP5dev
- License: apache-2.0
- Created: 2025-03-15T19:43:40.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-15T19:51:26.000Z (7 months ago)
- Last Synced: 2025-03-16T19:55:24.696Z (7 months ago)
- Topics: automation, change-detection, cicd-pipeline, devops, diff-trees, github-actions
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
[](LICENSE "Apache License 2.0.")
[](https://github.com/op5dev/diff-tree/releases "View all releases.")
*
[](https://github.com/op5dev/diff-tree "Become a stargazer.")# Diff-Tree
Git diff-tree for a list of changed files or directories between commits for GitHub Action event triggers.
## Parameters
### Inputs
| Name | Description |
| ---------------------- | ------------------------------------------------------------------------ |
| `token`(required) | GitHub access token with 'read:org' scope.Example: `secrets.CI_PAT` |### Outputs
| Name | Description |
| ------------- | ------------------------------ |
| `placeholder` | Placeholder.Example: `42` |## Security
View [security policy and reporting instructions](SECURITY.md).
## Changelog
View [all notable changes](https://github.com/op5dev/diff-tree/releases "Releases.") to this project in [Keep a Changelog](https://keepachangelog.com "Keep a Changelog.") format, which adheres to [Semantic Versioning](https://semver.org "Semantic Versioning.").
> [!TIP]
>
> All forms of **contribution are very welcome** and deeply appreciated for fostering open-source projects.
>
> - [Create a PR](https://github.com/op5dev/diff-tree/pulls "Create a pull request.") to contribute changes you'd like to see.
> - [Raise an issue](https://github.com/op5dev/diff-tree/issues "Raise an issue.") to propose changes or report unexpected behavior.
> - [Open a discussion](https://github.com/op5dev/diff-tree/discussions "Open a discussion.") to discuss broader topics or questions.
> - [Become a stargazer](https://github.com/op5dev/diff-tree/stargazers "Become a stargazer.") if you find this project useful.## License
- This project is licensed under the permissive [Apache License 2.0](LICENSE "Apache License 2.0.").
- All works herein are my own, shared of my own volition, and [contributors](https://github.com/op5dev/diff-tree/graphs/contributors "Contributors.").
- Copyright 2016-present [Rishav Dhar](https://github.com/rdhar "Rishav Dhar's GitHub profile.") — All wrongs reserved.