2 مستودعات
Tools for identifying modified files between commits or branches to drive automation logic in CI pipelines.
Distinct from Breaking Change Detectors: None of the candidates describe general file-system change detection for CI; they focus on API breaking changes, data ecosystem metadata, or UI previews.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Git Change Detectors. Refine with filters or upvote what's useful.
Combination of multiple linters to run as a GitHub Action or standalone
Compares the working tree against the default branch to identify only modified files for incremental linting.
paths-filter is a GitHub Actions path filter and git change detector designed to trigger conditional workflow steps by identifying modified files. It serves as a path-based change metadata generator that determines if specific files or directories have changed to drive automation logic in CI pipelines. The tool identifies modified files between commits or branches using configurable inclusion and exclusion filters. It exports boolean flags, modified filename lists, and file counts to allow downstream automation steps to execute only when specific criteria are met. The project provides capabi
Provides a mechanism to identify modified files between git commits to drive conditional automation in CI pipelines.