fix(agent): exclude private GitHub Projects v2 from suggestion comments - #3944
Conversation
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
Warning 🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨 ⏸️ Gittensory review result - manual review recommendedReview updated: 2026-07-07 07:48:32 UTC
⏸️ Suggested Action - Manual Review
Review summary Nits — 5 non-blocking
Concerns raised — review before merging
Review context
Contributor next steps
Signal definitions
🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 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.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3944 +/- ##
=======================================
Coverage 93.66% 93.66%
=======================================
Files 372 372
Lines 34856 34856
Branches 12743 12743
=======================================
Hits 32649 32649
Misses 1588 1588
Partials 619 619
🚀 New features to boost your workflow:
|
Motivation
Description
publicfield in the GraphQLprojectsV2query and extend theProjectV2Nodetype to includepublicinsrc/integrations/project-tracker-adapter.ts.closedand arepublicbefore producing suggestion candidates.test/unit/project-tracker-adapter.test.tsfixtures and assertions to cover closed and private project filtering and rename the related regression test to reflect the private-project filter.Testing
npx vitest run test/unit/project-tracker-adapter.test.ts --reporter=verbose, and all tests in that file passed.npm run typecheck(tsc --noEmit) succeeded locally.npm run test:ci; the run progressed into the coverage phase but did not complete in this environment due to an unrelated test-suite recursion/stack overflow observed intest/unit/queue.test.tsand network-restrictednpm audit(registry 403), so the end-to-end CI could not be fully completed here.Codex Task