bisnow/Check for Changes (Build, K8s, CloudFormation)
Detects changes in build files, k8s manifests, and CloudFormation templates
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 16, 2026
- License
- None
Pinned Snippet
uses: bisnow/github-actions-check-changes-k8s@ed12c7a823318d8c3b5f8480701221024634e78c # v1.2.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| k8s-path | Path pattern for k8s files (default: .k8s/) | no | .k8s/ |
| cf-file | CloudFormation file name to check (default: aws-resources.yaml) | no | aws-resources.yaml |
| event-name | GitHub event name (defaults to github.event_name) | no | "" |
| event-before | Git commit SHA before (defaults to github.event.before) | no | "" |
| event-sha | Git commit SHA (defaults to github.sha) | no | "" |
| event-action | GitHub event action (defaults to github.event.action) | no | "" |
| pr-stack-label | Label name that triggers initial PR stack deploy (defaults to pr-stack) | no | pr-stack |
Outputs
| name | description |
|---|---|
| build_container | Whether container should be built (true/false) |
| k8s_changed | Whether k8s files changed (true/false) |
| cf_changed | Whether CloudFormation changed (true/false) |
| config_changed_non_prod | Whether non-prod ConfigMap or SealedSecret files changed (true/false) |
| config_changed_prod | Whether prod ConfigMap or SealedSecret files changed (true/false) |