When the import is finished the number of open and closed issues in git-bug and on github do not match. For example, github has 4298 open and 15884 closed issues in nixpkgs but git-bug shows the following:
$ git-bug ls --status open | wc -l
4317
$ git-bug ls --status closed | wc -l
15865
This is caused by github having issues which are closed, but which seem to not have a ClosedEvent (as described in their API https://docs.github.com/en/graphql/reference/objects#closedevent). An example of such an issue is https://github.com/NixOS/nixpkgs/issues/90920. You can also see that when looking at the issue on the github website (the last link). Closed events usually have an issue-closed item in their timeline. This issue does not have that.
Is there any chance you could push your git-bug import of nixpkgs somewhere public?
I have been trying to do the same import for the last two weeks. Something has broken on github's side and is still broken; see #740 and #749. I am getting kinda desperate (and disappointed with github). Now that I'm submitting to nixpkgs this is no longer a theoretical issue for me.
rng-dynamics (rng-dynamics) commented
Is there any chance you could push your git-bug import of nixpkgs somewhere public?
I don't have it anymore, sorry.
Michael Muré (MichaelMure) commented
Anybody knows if that's still an issue, especially in the newly released v0.8.0 ?
Michael Muré (MichaelMure)
added label
area/bridge
github-actions (github-actions) commented
This bot triages untriaged issues and PRs according to the following rules:
After 90 days of inactivity, the lifecycle/stale label is applied
After 30 days of inactivity since lifecycle/stale was applied, the issue is closed