nvim-telescope / telescope-github.nvim

Integration with github cli
MIT License
221 stars 19 forks source link

`gh run` requires a gh version ≤ 1.10.3 #22

Closed jacobfoard closed 3 years ago

jacobfoard commented 3 years ago

This line assumes the last entry in the table will be the id, but gh 1.11.0 added in the elapsed and age columns at the end.

Unfortunately, the columns between 1.10.3 and newer versions don't align, so the index would need to change depending on the version.

I'm not sure what level of backwards compatibility this project hopes to maintain, so I figured I'd open an issue before submitting a patch that would require a new minimum version.

windwp commented 3 years ago

yes PR is welcome I only use gh pr so i am not check gh run