actions-marketplace-validations/Addepar RedFlag
RedFlag leverages AI to determine high-risk code changes. Run it in your CI pipelines to flag PRs and add reviewers.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 12, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/addepar_redflag@d70414e00744d3ab64f20313c1b637dbb0c8c824 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token for API access. | yes | — |
| bedrock_model_id | The Bedrock model to use. | no | — |
| bedrock_profile | The AWS Profile to use for Bedrock. | no | — |
| bedrock_region | The AWS Region to use for Bedrock. | no | — |
| comment_message | Message to add to the PR when flagged. | no | **This PR has been flagged for review and appropriate approvers have been added.**\nPlease reach out if you have any questions. |
| config_file | RedFlag config.yaml file. | no | — |
| debug_llm | Flag to enable debug LLM output. | no | — |
| jira_token | Token to use for the Jira integration. | no | — |
| jira_url | API endpoint to use for the Jira integration. | no | — |
| jira_user | Username to use for the Jira integration. | no | — |
| slack_token | Bot token for authenticating to Slack. | no | — |
| slack_channel | Channel ID for posting to Slack. | no | — |
| slack_headline | Message headline for posting to Slack. | no | — |
| reviewer_teams | Comma-separated string of teams to request to review the PR. | no | — |
| reviewer_users | Comma-separated string of users to request to review the PR. | no | — |
Outputs
no outputs