bisnow/Check for Changes (Build, K8s, CloudFormation)

Detects changes in build files, k8s manifests, and CloudFormation templates

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 16, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: bisnow/github-actions-check-changes-k8s@ed12c7a823318d8c3b5f8480701221024634e78c # v1.2.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
k8s-pathPath pattern for k8s files (default: .k8s/)no.k8s/
cf-fileCloudFormation file name to check (default: aws-resources.yaml)noaws-resources.yaml
event-nameGitHub event name (defaults to github.event_name)no""
event-beforeGit commit SHA before (defaults to github.event.before)no""
event-shaGit commit SHA (defaults to github.sha)no""
event-actionGitHub event action (defaults to github.event.action)no""
pr-stack-labelLabel name that triggers initial PR stack deploy (defaults to pr-stack)nopr-stack
namedescription
build_containerWhether container should be built (true/false)
k8s_changedWhether k8s files changed (true/false)
cf_changedWhether CloudFormation changed (true/false)
config_changed_non_prodWhether non-prod ConfigMap or SealedSecret files changed (true/false)
config_changed_prodWhether prod ConfigMap or SealedSecret files changed (true/false)