-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
custom server url with git protocol broken? #22
Comments
Can you show the URL you are using? (I didn't know you could have custom GitHub urls?) About the non-test-suite: yes, mostly this code is hard to test, but also I just slapped this together and it grew... :( |
sorry i should have said in my case |
nedbat
added a commit
that referenced
this issue
Jun 23, 2024
This is now released as part of watchgha 2.3.2. |
thanks! ✨ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
thanks for a cool tool!
i'm trying to use it with a custom github url that's using the git protocol, but it's not working, i think due to the slash after the server url at
watchgha/src/watchgha/watch_runs.py
Line 136 in 22156e1
did you intentionally not add a test suite to this lib? i guess most of it is about side-effects which are hard to test, though it might be handy for the data finagling bits like extracting owner / repo name from repo urls + github server
The text was updated successfully, but these errors were encountered: