sapling
sapling copied to clipboard
sl pr submit --verbose does not add diagnostics
$ sl pr submit --verbose
pushing 1 to ssh://[email protected]/xxx/yyy
updated body for https://github.com/xxx/yyy/pull/17755
Exactly the same as without --verbose.
The context is: when I do git push -f, GitHub jobs are created, but when I do sl pr submit, jobs are not starting. Not clear who is responsible, but sl pr submit could provide diagnostics for investigation.
@stepancheg thanks for the issue. How about adding a verbose message showing the exact commands Sapling runs?
@stepancheg By GitHub jobs are you referring to CI jobs from ".github/workflows"? I just tested and CI jobs were started on a PR I created using "sl pr submit".
Do you have a repro (e.g. workflow contents and/or a demo repo)?