addepar/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 May 22, 2026
- License
- MIT
Pinned Snippet
uses: addepar/redflag@36f2970f6d28da2f8082a0ab006245dc4ad5a2a1 # release/v1.2.0tags 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