pullrequests Search Results · language:Dune language:Python language:Java language:JavaScript language:Java language:Java
Filter by
183M results
목적
PR 자동 reviewer 지정 워크플로우 추가. PRD-mvp.md §7 참조.
동작
- Trigger: pull_request.opened, pull_request.reopened
- Lookup: pr-pipeline repo 의 data/student-roster.csv + data/cycle-mapping.csv + data/current-cycle.txt ...
Pipelines as Code configuration removal
Summary
- In the active-season Pool Play Scoreboard, clicking a manager s name in the Pool Play 2 section showed Pool Play 1 s
player breakdown (or vice versa), because the PP1 and PP2 detail rows ...
Why
The push from PR #383 surfaced 5 open Dependabot alerts on the VS Code extension s lockfile (2 high, 2 moderate, 1 low).
This clears all of them with a SemVer-safe npm audit fix — lockfile-only, no ...
[e2e-coder] — clean-break rename reyn.plugins → reyn.gateway (owner policy: reduce open issues; lead-dispatched,
approved). plugins was a misnomer — the package is an inbound webhook gateway (the sample_line ...
- [x] Inspect failing deploy workflow run and job logs
- [x] Identify root cause in repository configuration/code
- [x] Implement minimal fix for deploy failure
- [x] Run targeted validation for ...
変更内容
- ODPTの Arrived と EstimatedArrival を正常運航として変換
- 予測計算で未知ステータスが欠航扱いになる問題を防止
- 当日保存済み3件もBigQuery上で「通常」へ修正済み
確認
- pytest -q: 12 passed
- 日次収集ワークフロー成功
- BigQuery: 当日3件 / 全333件
!-- CURSOR_AGENT_PR_BODY_BEGIN -- Adds an administrative, secret-gated feature-flag system so flags can be turned on/off
without code changes, plus a comprehensive catalog of flags appropriate for the ...
Summary
Use the casted dictionary key when applying per-key value casts in Env.parse_value.
When cast specifies both a key caster and per-key value casts, the output key has already been converted. Looking ...