chore: update baton-github to v0.3.3 - #18
Conversation
|
|
||
| require ( | ||
| github.com/conductorone/baton-github v0.2.15 | ||
| github.com/conductorone/baton-github v0.3.3 |
There was a problem hiding this comment.
🟡 Suggestion: baton-github v0.3.3 adds a direct-collaborators-only config option that optimizes sync for large orgs (skips per-team detail fetches, uses direct collaborator affiliation, adds org→repo expandable grants). The enterprise connector's pkg/connector/connector.go and pkg/config/config.go don't wire this field through, so enterprise users can't enable the optimization. Consider adding it in a follow-up.
Connector PR Review: chore: update baton-github to v0.3.3Blocking Issues: 0 | Suggestions: 0 | Threads Resolved: 0 Review SummaryThis PR bumps the vendored Security IssuesNone found. Correctness IssuesNone found. SuggestionsNone. |
- Resolve go.mod/go.sum conflicts (baton-github v0.3.3 + baton-sdk v0.9.16) - Add direct-collaborators-only config field and wire through NewLambdaConnector - Regenerate conf.gen.go, baton_capabilities.json, config_schema.json - Update docs/connector.mdx with the new optional flag
No description provided.