fix(signals): scope open PR pressure count to repo - #939
Conversation
🔍 Maintainer reviewReviewed 2 file(s) — ✅ all CI green. Suggested action: ✅ Safe to merge — both reviewers found no blocking issues. Reviewer A · Suggestions
Worth double-checking
Reviewer B · No blocking issues spotted. |
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
Note Gittensory Gate skippedPR closed before full evaluation. No late first comment was created.
💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by Gittensory, a quiet PR intelligence layer for OSS maintainers. |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
gittensory-ui | 019c4be | Commit Preview URL Branch Preview URL |
Jun 20 2026, 04:34 PM |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #939 +/- ##
=======================================
Coverage 96.62% 96.62%
=======================================
Files 110 110
Lines 14997 14997
Branches 5419 5419
=======================================
Hits 14491 14491
Misses 104 104
Partials 402 402 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Motivation
contributorPullRequestswas supplied, which could make local-branch guidance treat cross-repo PRs as if they belonged to the repository under analysis.Description
contributorPullRequestsbypr.repoFullName === args.input.repoFullNamebefore counting open PRs inbuildLocalBranchAnalysis(src/signals/local-branch.ts).test/unit/local-branch.test.ts).Testing
npm test -- --run test/unit/local-branch.test.ts; all tests passed (43/43).npm run typecheck; it completed successfully.Codex Task