severity1/Custom Amazon Bedrock Agent Action

This GitHub Action leverages Amazon Bedrock Agent to analyze files in pull requests and pushes, providing feedback.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
agent_idThe ID of the Bedrock Agent to use.yes
agent_alias_idThe alias ID of the Bedrock Agent to use.yes
memory_idBy default, agents only remember information within a single conversation. Enabling memory allows agents to remember information across multiple sessions.no""
action_promptThe prompt to send to the Bedrock Agent for analysis.yesGiven the relevant code changes above, provide a detailed analysis including potential improvements and security considerations.
ignore_patternsComma-separated list of glob patterns to ignore (similar to .gitignore).yes**/*.md,docs/**,.github/**
debugEnable debug loggingnofalse

no outputs