dvdmelamed/Custom Amazon Bedrock Agent Action
This GitHub Action leverages Amazon Bedrock Agent to analyze files in a pull request (PR) and provide feedback.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| agent_id | The ID of the Bedrock Agent to use. | yes | — |
| agent_alias_id | The alias ID of the Bedrock Agent to use. | yes | — |
| memory_id | By default, agents only remember information within a single conversation. Enabling memory allows agents to remember information across multiple sessions. | no | "" |
| action_prompt | The prompt to send to the Bedrock Agent for analysis. | yes | Given the relevant code changes above, provide a detailed analysis including potential improvements and security considerations. |
| ignore_patterns | Comma-separated list of glob patterns to ignore (similar to .gitignore). | yes | **/*.md,docs/**,.github/** |
| debug | Enable debug logging | no | false |
Outputs
no outputs