feat: add reusable autoscaling policy audit workflow#247
Closed
tobias0106 wants to merge 1 commit intomainfrom
Closed
feat: add reusable autoscaling policy audit workflow#247tobias0106 wants to merge 1 commit intomainfrom
tobias0106 wants to merge 1 commit intomainfrom
Conversation
Adds check-autoscaling-policy.yml as a reusable workflow_call workflow that scans changed values.yaml files in PRs and warns when a service has no HPA, KEDA, or explicit autoscalingPolicy.exempt. Posts an informational comment on the PR and always exits 0. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| ) | ||
| comment = f"""## ⚠️ Autoscaling Audit | ||
|
|
||
| | Service | Environment | Status | Details | |
There was a problem hiding this comment.
🚫 [actionlint] reported by reviewdog 🐶
could not parse as YAML: did not find expected comment or line break [syntax-check]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
check-autoscaling-policy.ymlas a reusableworkflow_callworkflowapps/.+/(staging|production)/app/values.yamlfiles in PRsautoscalingPolicy.exempt: truewith aTest plan
kube-manifeststouching a productionvalues.yamlwithout autoscaling configured — verifyautoscalingPolicy.exempt: true+reasonto the same file — verify comment updates to 🚫 Exemptautoscaling.enabled: true— verify no comment is posted🤖 Generated with Claude Code