-
Notifications
You must be signed in to change notification settings - Fork 442
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
GitHub commit comments no longer sync if not selecting raw source #1114
Comments
What URL are you trying to use? |
The URLs I used were copied from address bar when viewing a script on GitHub. So the logic for syncing comments should be modified to locate them correctly if URL is not raw one (also for syncing it should target changes to raw one instead)
Sent from Proton Mail mobile
…-------- Original Message --------
On Jan 30, 2023, 4:32 PM, Jason Barnabe wrote:
What URL are you trying to use?
—
Reply to this email directly, [view it on GitHub](#1114 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ACTGXOQZ2DEB4Q6H6DVZFP3WVBMRFANCNFSM6AAAAAAUKEBLNE).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Actually for syncing, one of them did it automatically (I think), but the other didn't, leading me to believe it somehow detects changes to raw URLs faster (since when I use raw URL the sync always happens in a second)
Sent from Proton Mail mobile
…-------- Original Message --------
On Jan 30, 2023, 4:32 PM, Jason Barnabe wrote:
What URL are you trying to use?
—
Reply to this email directly, [view it on GitHub](#1114 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ACTGXOQZ2DEB4Q6H6DVZFP3WVBMRFANCNFSM6AAAAAAUKEBLNE).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Commit comments are only pulled in when you are using webhooks. If you are using Manual or Automatic syncing, it's just downloading the URL you provide and doesn't know anything about what commit comments you used. |
@JasonBarnabe but that's only half the issue, the unresolved half is
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #1111 I gave you the idea to allow GitHub sync from HTML URLs. However I tested this out recently (when I moved a script into a subdir) and noticed 2 things:
(v2023.01.29.1+ syncs comments sucessfully because I turned off syncing then re-added the raw source instead)
The text was updated successfully, but these errors were encountered: