An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![GitHub license](https://img.shields.io/github/license/op5dev/diff-tree?logo=apache&label=License)](LICENSE "Apache License 2.0.")
[![GitHub release tag](https://img.shields.io/github/v/release/op5dev/diff-tree?logo=semanticrelease&label=Release)](https://github.com/op5dev/diff-tree/releases "View all releases.")
*
[![GitHub repository stargazers](https://img.shields.io/github/stars/op5dev/diff-tree)](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.