Merged
Conversation
… for improved clarity in descriptions and aliases.
…t imports of AWS_ACCOUNT_NAME for improved clarity and consistency. Update related templates to include AWS_ACCOUNT_NAME variable.
…with account name for improved clarity. Modify related templates to include AWS_ACCOUNT_NAME variable, enhancing consistency across the codebase.
…tead of account ID references, enhancing clarity and maintainability. Update related templates to ensure uniformity across the codebase.
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.
Note
Low Risk
Mostly workflow/config/template string changes; behavior impact is limited to requiring
AWS_ACCOUNT_NAMEto be provided for these codebundles and could affect runs if that variable is missing.Overview
Adds a scheduled GitHub Actions workflow (
release.yaml) that weekly generates a date-based GitHub Release.Updates multiple AWS Cloud Custodian codebundles (ACM/EBS/EC2/Monitoring/Network/RDS/S3) to prefer
AWS_ACCOUNT_NAMEover numeric account IDs in SLX/SLI metadata and task titles, and wiresAWS_ACCOUNT_NAMEthrough templates/config and Robot suite initialization (removing in-run AWS Organizations account-name lookups where present).Written by Cursor Bugbot for commit de10249. This will update automatically on new commits. Configure here.