You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, our gbContribute logic relies on the pygithub python module. In this module we rely on the update_file method, which does not support LFS. As all of our files are now stored on LFS, this is a challenge!
Eventually we should update this with subprocess calls, but for now we'll correct this by remapping to LFS during the builds. Leaving this issue here as a placeholder for the future.
The text was updated successfully, but these errors were encountered:
Right now, our gbContribute logic relies on the pygithub python module. In this module we rely on the update_file method, which does not support LFS. As all of our files are now stored on LFS, this is a challenge!
Eventually we should update this with subprocess calls, but for now we'll correct this by remapping to LFS during the builds. Leaving this issue here as a placeholder for the future.
The text was updated successfully, but these errors were encountered: