-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
2.3.0 fails to create GitHub PRs #250
Comments
No, that looks correct but only if it's using api.github.com as the domain. https://api.github.com/repos/voxpupuli/puppet-grafana/pulls?base=master&head=voxpupuli%3Amodulesync&state=open does work for me. But we don't configure the domain at all so I wonder if this is something in your settings. |
Oh, of course just after I post that I see this: modulesync/lib/modulesync/git_service/github.rb Lines 13 to 16 in 39863fc
This determines it: modulesync/lib/modulesync/git_service.rb Lines 52 to 76 in 39863fc
The guess method is this: modulesync/lib/modulesync/git_service/base.rb Lines 23 to 29 in 39863fc
So that should be overridden in The short term workaround is to set |
This should fix the modulesync errors that are popping up for recent runs, e.g. https://github.com/projectsyn/modulesync-control/runs/5630431030?check_suite_focus=true See the modulesync issue at voxpupuli/modulesync#250
my understanding is that If I add: msync still fails:
but with |
just FYI: still problematic with 3.3.x |
Hi,
I installed the latest 2.3.0 release and tried to create a new PR:
I guess
/repos/
in the url is bogus?The text was updated successfully, but these errors were encountered: