Skip to content

fix: import should init GH wrapper before use, and fix import initial group fetch

Martin Lowe requested to merge malowe/main/import-fix into main
  • fix: import should init GH wrapper before use, and fix import initial group fetch

GH wrapper init was moved after the GH app switch, which broke the import script. As we have no testing for it, it went unnoticed.

Additionally, add check for existing group, as having to run this multiple times in testing creates problems.

Merge request reports

Loading