sapling icon indicating copy to clipboard operation
sapling copied to clipboard

sl pr submit --verbose does not add diagnostics

Open stepancheg opened this issue 1 year ago • 2 comments

$ 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 avatar Dec 21 '24 15:12 stepancheg

@stepancheg thanks for the issue. How about adding a verbose message showing the exact commands Sapling runs?

zzl0 avatar May 12 '25 13:05 zzl0

@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)?

muirdm avatar May 12 '25 13:05 muirdm