Krzysztof Szyper
Krzysztof Szyper
Hi. Sure, it can be added. I even have Yandex at work, but never accessed it via CLI.
Any progress on that? Maybe just give us access to `parameters` or `sceptre_user_data` inside `hooks`?
@m1keil That's great. I'll test it when I have the time. Honestly, I'm still using 1.3.4 because I inherited it that way and just adjusting infra stacks. Haven't had time...
So after few years `hub` still cannot be easily used in the most popular launch environment - talking about Alpine via Docker, GitHub people.
Any update on this?
When running it with verbose enabled I get: ``` $ git rev-list --cherry-pick --right-only --no-merges origin/test/hub... > POST https://api.github.com/repos/devops-infra/action-commit-push/pulls > Authorization: token [REDACTED] > Accept: application/vnd.github.shadow-cat-preview+json;charset=utf-8 {"base":"master","head":"devops-infra:test/hub/test","maintainer_can_modify":true,"title":"TEST"} < HTTP 422...
`devops-infra` is the organization. Repository is owned by that organization. Part of the output listed in my previous comment was exeuted as: `hub pull-request -b master -h test/hub/test --no-edit -m...
hello @7tupel I'll have a look into it next week, as I'm AFK now.
@7tupel I was able to recreate your issue. It's caused by using single quotation marks in `target_branch` and `source_branch`. You can use it without them or replace them with double...