[aw] PR Quality Signal Review has no AI credits pricing for model (auto)
Maintainer thường phản hồi trong vòng 1 ngày
Chưa có ai nhận issue này.
Đánh giá
- Độ khó
- 2/5
- Thời gian dự kiến
- 1-3 giờ
- Mức phù hợp với người mới
- 75/100
Hướng nghiên cứu
Vấn đề nằm trong tệp workflow .github/workflows/pr-quality-signal.md. Hãy tìm phần cấu hình 'models'. Mô hình 'auto' cần được thêm giá hoặc ánh xạ tới một mô hình đã biết như 'claude-sonnet-4-5'. Kiểm tra lượt chạy được liên kết để biết ngữ cảnh lỗi chính xác. Sau khi chỉnh sửa, hãy kiểm tra bằng cách kích hoạt lại workflow.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Mô tả
Workflow Failure
Workflow: PR Quality Signal Review
Branch: aaronpowell-ai-pr-review-research
Run: https://github.com/github/awesome-copilot/actions/runs/35801661603
Pull Request: #3665
[!WARNING]
Model has no AI credits pricing: The agent failed because modelautois not in the built-in pricing table and no default fallback pricing is configured. The AWF API proxy rejected every inference request with HTTP 400.
This is a configuration issue — retrying will not help. The model must have pricing before the workflow can run.
How to fix this
Option 1 — Add pricing in the workflow frontmatter:
models:
providers:
github-copilot:
models:
'auto':
cost:
# Placeholder values — replace with actual pricing for this model
input: "0e0" # $0.00 per million input tokens
output: "0e0" # $0.00 per million output tokens
cache_read: "0e0" # $0.00 per million cache-read tokens
cache_write: "0e0" # $0.00 per million cache-write tokens
Use the provider key matching your engine: github-copilot (Copilot), anthropic (Claude), openai (Codex), or google (Gemini). Only input and output are required; the rest default to zero (or output for reasoning).
Option 2 — Map the model to a known model using the models field:
If auto is an alias for a model already in the built-in pricing table, use the models frontmatter field to provide the mapping:
models:
'auto':
- claude-sonnet-4-5
Option 3 — Switch to a model already in the built-in pricing table:
Replace auto in the workflow frontmatter with a model name that the AWF pricing system recognizes (e.g. claude-sonnet-4-5, gpt-4.1, gemini-2.0-flash).
Action Required
Assign this issue to an agent to debug and fix the issue.
Debug with any coding agent
Use this prompt with any coding agent (GitHub Copilot, Claude, Gemini, etc.):
Debug the agentic workflow failure using https://raw.githubusercontent.com/github/gh-aw/main/debug.md
The failed workflow run is at https://github.com/github/awesome-copilot/actions/runs/35801661603
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
- Start your agent
- Load the
agentic-workflowsskill from.github/skills/agentic-workflows/SKILL.mdor https://github.com/github/gh-aw/blob/main/.github/skills/agentic-workflows/SKILL.md - Type
debug the agentic workflow pr-quality-signal failure in https://github.com/github/awesome-copilot/actions/runs/35801661603
[!TIP]
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set
report-failure-as-issue: falsein its frontmatter:safe-outputs: report-failure-as-issue: false
Generated from PR Quality Signal Review · ◷
- expires on Sep 30, 2026, 12:26 AM UTC
- Ngôn ngữ chính
- JavaScript
- Star
- 39.2k
- Fork
- 5k
- Merge trung bình
- 1 ngày 18 giờ
- Pull request đã merge (30 ngày)
- 109
Chuẩn bị môi trường
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của github/awesome-copilot
-
[External Plugin]: rokhaĐang mởexternal-plugin ready-for-review
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100
github/awesome-copilot#3967 · 3 bình luận ·
Maintainer thường phản hồi trong vòng 1 ngày
-
[External Plugin]: DryforgeĐang mởexternal-plugin ready-for-review
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 68/100
github/awesome-copilot#3916 · 1 bình luận ·
Maintainer thường phản hồi trong vòng 1 ngày
-
[External Plugin]: supercovĐang mởexternal-plugin needs-review:MEDIUM ready-for-review
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 72/100
github/awesome-copilot#3888 · 2 bình luận ·
Maintainer thường phản hồi trong vòng 1 ngày
-
[External Plugin]: beaconĐang mởexternal-plugin needs-review:MEDIUM ready-for-review
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 72/100
github/awesome-copilot#3850 · 2 bình luận ·
Maintainer thường phản hồi trong vòng 1 ngày
-
[External Plugin]: b2bleadsĐang mở
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 72/100
github/awesome-copilot#3826 ·
Maintainer thường phản hồi trong vòng 1 ngày
Tất cả issue của github/awesome-copilot
Issue tương tự
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 78/100
Maintainer thường phản hồi trong vòng 1 ngày
-
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 92/100
parse-community/parse-server#10699 · 1 bình luận ·
Maintainer thường phản hồi trong vòng 1 ngày
-
area: dashboard bug perceived difficulty: 3
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 88/100
Nitjsefnie-Harness-Commons/daedalus#1179 ·
Maintainer thường phản hồi trong vòng 1 ngày
-
Aframe enhancement javascript
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 92/100
webarkit/Aframe-nft#17 ·
-
spec-feedback
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 75/100