datarobot-oss/Review Router

Routes code reviews based on CODEOWNERS when Ready for Review label is applied

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token for API calls. Use a GitHub App installation token for full functionality. When empty, the action exits gracefully (useful for fork PR events where secrets are unavailable).no
slack-tokenSlack Bot token for sending notifications (optional)no
jira-tokenJira API token for fetching ticket titles (optional). Value must be the Basic-auth pair "email:api_token" (e.g. "jane@acme.com:ATATT3xFfGF0..."), base64-encoded as-is for the Authorization header. Without it, the Jira comment still posts but links show the ticket ID only, not the title. no
config-repoFetch teams config from this GitHub repo (e.g. 'acme-inc/.review-router'). Reads config.yml from the repo root.no
config-tokenGitHub token for reading the config repo. Use when the config repo is in a different org. Falls back to github-token.no
config-pathFilename to look for in the config repo. Default: config.yml. Use this if your config repo has a different filename (e.g. teams.yml).noconfig.yml
config-s3Fetch teams config from S3 (e.g. 's3://bucket-name/path/to/config.yml'). Requires AWS credentials in the environment.no
ready-labelLabel name that triggers review routingnoReady for Review
needs-review-prefixPrefix for per-team review labelsnoNeeds Review
needs-review-label-colorHex color for auto-created Needs Review labelsnofbca04

no outputs