You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nikic In order to change the behaviour and make it easier to use ONE/retest command inside a comment I suggest to do it this way. Say, here's a comment:
$ cat <<EOF > /tmp/fooSuppose the command is not in the first row /retest mychroot something elseAnd here's some explanation for why /retest foobar something completely differentit was executed.EOF
Then this command will get mychroot and nothing else:
Now I just need to look if this makes sense at all because of the gating that goes on before this step. But at least for now I think this should allow having an explanation after the /retest comment. (Crossing finger, this won't be picked up 🙏 )
If the comment issuing the
/retest
also contains other text (e.g. to explain why the retest is being triggered), the command may fail. It looks likellvm-snapshots/.github/workflows/retest.yml
Line 73 in 4553e04
/retest
itself as the chroot list. It should only use what is on the same line instead, I think...Example of failed workflow run: https://github.com/fedora-llvm-team/llvm-snapshots/actions/runs/10040901759
The text was updated successfully, but these errors were encountered: