fix: align Yunxiao status names and move project config to repo variables#2166
fix: align Yunxiao status names and move project config to repo variables#2166shinetata wants to merge 2 commits into
Conversation
…bles Made-with: Proma
🤖 Open Code ReviewTarget: PR #2166 🔍 OpenCodeReview found 3 issue(s) in this PR. 1.
|
✅ Automated Test Results: PASSEDAll tests passed (8/8 executed). memos_github_open_source/smoke: 1/1, memos_python_core/changed-repo-python: 7/7. Duration: 2s Branch: |
Made-with: Proma
846c94b to
a2a7d8c
Compare
✅ Automated Test Results: PASSEDAll tests passed (8/8 executed). memos_github_open_source/smoke: 1/1, memos_python_core/changed-repo-python: 7/7. Duration: 2s Branch: |
Summary
修复已合入 main 的同步脚本无法运行的问题,并完成配置脱敏。
问题
STATUS_LABELS使用了云效中并不存在的状态名(待响应/处理中/待验证/已关闭/不予处理),导致每次 Issue/PR 事件同步都失败:改动
待处理 / 设计中 / 开发中 / 已完成 / 已取消 / 测试中YUNXIAO_DEFAULT_PRIORITY_NAME,优先级名内置为脚本常量Verification
PAT 仍仅通过
secrets.YUNXIAO_TOKEN注入执行步骤,不写入日志。Made with Proma · GitHub