| Stephen Connolly I guess I need github-branch-source-2.0.4-beta-1? Because in 2.0.3, I don't see this optimization as its calling GitHub.listRepositories(). So we need to do both, create single repo in OrganizationFolder and update to OrganizationFolder. For creation, I think I should be using SCMSourceEvent and for update SCMNavigatorEvent, right? An example of each use case will be very helpful as its not clear what would go for example as payload when creating an SCMEvent. Looks like I may have to create GHRepository to use GHEventPayload.Create, but then I need to create instance of GHRepository, right? this will be few round trips to GitHub, but I guess it will be used as it is later on? I think it will be lot simpler if you could provide samples on how to go about it. |