Github action to retrieve all (added, copied, modified, deleted, renamed, type changed, unmerged, unknown) files and directories. Effortlessly track all changed files and directories relative to a target branch, preceding commit or the last remote commit returning relative paths from the project root using this GitHub action. This action solely identifies files that have undergone changes within the context of events such as pull_request, push, and more. However, it doesn't detect pending uncommitted changes created during the workflow execution.
Features
- Fast execution, averaging 0-10 seconds
- Leverages either Github's REST API or Git's native diff to determine changed files
- Facilitates easy debugging
- Scales to handle large repositories
- Supports Git submodules
- Generates escaped JSON output for running matrix jobs based on changed files
- Lists changed directories
Categories
Change DetectionLicense
MIT LicenseFollow changed-files
You Might Also Like
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of changed-files!