Get File Changes
Version updated for https://github.com/halaslabs/get-changed-files to version v2.5.0.
- This action is used across all versions by 3 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action, halaslabs/get-changed-files, identifies files that have been added, modified, removed, renamed, or changed in a pull request or push. It automates the process of retrieving and categorizing changed files, allowing users to filter results by type or file path and output them in various formats such as space-delimited, CSV, or JSON. This simplifies workflows by enabling tasks that depend on detecting and handling specific file changes.
Release notes
What’s Changed
- Upgrade to Node 24 by @Copilot in https://github.com/halaslabs/get-changed-files/pull/445
New Contributors
- @Copilot made their first contribution in https://github.com/halaslabs/get-changed-files/pull/445
Full Changelog: https://github.com/halaslabs/get-changed-files/compare/v2...v2.5.0