Skip to content

fix(sync): separate label application from PR creation - #24

Merged
iamkayleb merged 1 commit into
mainfrom
claude/check-multi-agent-support-D9Be2
Mar 25, 2026
Merged

iamkayleb merged 1 commit into
mainfrom
claude/check-multi-agent-support-D9Be2

Conversation

@iamkayleb

Copy link
Copy Markdown
Owner

gh pr create exits non-zero when --label references a label that doesn't exist in the consumer repo, even though the PR itself was created successfully. Split labels into separate gh pr edit calls with || true so missing labels emit a warning instead of failing.

https://claude.ai/code/session_01FC8XoyssN5v6hQCTtcjoB5

gh pr create exits non-zero when --label references a label that
doesn't exist in the consumer repo, even though the PR itself was
created successfully. Split labels into separate gh pr edit calls
with || true so missing labels emit a warning instead of failing.

https://claude.ai/code/session_01FC8XoyssN5v6hQCTtcjoB5
@iamkayleb

Copy link
Copy Markdown
Owner Author

⚠️ Action Required: Unable to determine source issue for PR #24. The PR title, branch name, or body must contain the issue number (e.g. stranske#123, branch: issue-123, or the hidden marker ).

@iamkayleb
iamkayleb merged commit 2204b24 into main Mar 25, 2026
22 checks passed
@iamkayleb
iamkayleb temporarily deployed to agent-high-privilege March 25, 2026 11:33 — with GitHub Actions Inactive
@iamkayleb

Copy link
Copy Markdown
Owner Author

Automated Status Summary

Head SHA: 9022a06
Latest Runs: ⏳ pending — Gate
Required contexts: Gate / gate, Health 45 Agents Guard / guard
Required: core tests (3.11): ⏳ pending, core tests (3.12): ⏳ pending, docker smoke: ⏳ pending, gate: ⏳ pending

Workflow / Job Result Logs
(no jobs reported) ⏳ pending

Coverage Overview

  • Coverage history entries: 1

Coverage Trend

Metric Value
Current 93.12%
Baseline 85.00%
Delta +8.12%
Minimum 70.00%
Status ✅ Pass

Top Coverage Hotspots (lowest coverage)

File Coverage Missing
src/cli_parser.py 81.8% 4
src/percentile_calculator.py 95.0% 1
src/aggregator.py 95.0% 2
src/__init__.py 100.0% 0
src/ndjson_parser.py 100.0% 0

Updated automatically; will refresh on subsequent CI/Docker completions.


Keepalive checklist

Scope

No scope information available

Tasks

  • No tasks defined

Acceptance criteria

  • No acceptance criteria defined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants