Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ad7ae51a4 | |||
| 3861d288fb | |||
| 990ef7c847 |
@@ -24,20 +24,5 @@
|
|||||||
{
|
{
|
||||||
"location": "app/findings.js",
|
"location": "app/findings.js",
|
||||||
"suggestion": "filterFalsePositivesWithAI 拋出的 Error 會被 catch 攔截並降級回傳原始 findings,不會中斷流程"
|
"suggestion": "filterFalsePositivesWithAI 拋出的 Error 會被 catch 攔截並降級回傳原始 findings,不會中斷流程"
|
||||||
},
|
|
||||||
{
|
|
||||||
"role": "Rex",
|
|
||||||
"location": ".gitea/workflows/review.yaml",
|
|
||||||
"suggestion": "contents: write、pull-requests: write、issues: write 為此 Action 正常運作所必要的權限,無法縮減"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"role": "Rex",
|
|
||||||
"location": ".gitea/workflows/review.yaml",
|
|
||||||
"suggestion": "OPENAI_API_KEY 參數傳入的是 OPENROUTER_API_KEY secret,為 OpenRouter 使用 OpenAI 相容介面的正確做法"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"role": "Aria",
|
|
||||||
"location": "README.md",
|
|
||||||
"suggestion": "章節編號連續且正確,無需調整"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -72,6 +72,8 @@ inputs:
|
|||||||
description: 'Amazon Q Base URL'
|
description: 'Amazon Q Base URL'
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'Dockerfile'
|
image: 'Dockerfile'
|
||||||
|
|||||||
Reference in New Issue
Block a user