mirror of
https://github.com/misiektoja/github_monitor.git
synced 2026-04-26 23:45:49 +03:00
[GH-ISSUE #5] URL wrong for GHE use cases #4
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/github_monitor#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @commitSpectral on GitHub (Oct 14, 2025).
Original GitHub issue: https://github.com/misiektoja/github_monitor/issues/5
Appreciate addressing the missing commits in push events. However, the GitHub URL seems to have been hard-coded to a public endpoint, which breaks on GitHub Enterprise. I resolved it by updating the following line:
@commitSpectral commented on GitHub (Oct 14, 2025):
Just pushed a fix for that.
@misiektoja commented on GitHub (Oct 14, 2025):
Thx, I totally missed that as I do my tests on public GH. It also made me realize that other parts of the code might be affected as well.