-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
43 lines (39 loc) · 1.66 KB
/
Copy pathaction.yml
File metadata and controls
43 lines (39 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: 'BanGD PR Review'
description: 'AI PR review specialized for the BanDB database-engine vertical — architecture-level findings, not low-effort fixes.'
author: 'NeverENG'
inputs:
anthropic_api_key:
description: 'Anthropic API key used to call Claude.'
required: true
github_token:
description: 'Token used to read the PR diff and post the review comment.'
required: true
default: ${{ github.token }}
model:
description: 'Model id (defaults to claude-opus-4-8). For DeepSeek set e.g. deepseek-chat.'
required: false
base_url:
description: 'Anthropic-compatible API base URL. Leave empty for Anthropic; set https://api.deepseek.com/anthropic for DeepSeek.'
required: false
verify_votes:
description: 'Adversarial verification refuters per finding (majority refute drops it as a false positive). 0 disables. Default 3.'
required: false
default: '3'
outputs:
finding_count:
description: 'Number of architecture-level findings BanGD produced (after adversarial verification).'
general_finding_count:
description: 'Number of ordinary code-level findings (the general-reviewer niche), after verification.'
total_tokens:
description: 'Total tokens consumed by this review run (routing + planning + review + verification).'
dropped_count:
description: 'Findings (architecture + ordinary) dropped by adversarial verification as likely false positives.'
runs:
using: 'node20'
main: 'dist/index.js'
# Shown on the GitHub Marketplace listing. icon must be from GitHub's allowed
# Feather subset; color one of: white, yellow, blue, green, orange, red,
# purple, gray-dark.
branding:
icon: 'database'
color: 'purple'