Skip to content

Find changes

Actions
Outputs changed files in JSON format for downstream actions
v1.0.0
Latest
Star (0)

Tags

 (1)

find-changes-action

Outputs a JSON of changed files so that it is easy for you to implement custom logic based on changes!

This action outputs list of changed files as JSON. It works in pull_request, merge_group, and push events, supporting all merge types: merge commit, squash, and rebase.

If you use this, you should have either merge queues (GitHub Enterprise feature) or Require branches to be up to date before merging branch protection rule enabled.

Combine this action with its sibling compare-changes to run the CI steps or jobs that follow it conditionally.

Usage example

Under .github/workflows.

Find changes is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Outputs changed files in JSON format for downstream actions
v1.0.0
Latest

Tags

 (1)

Find changes is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.