workflows: Run urls-check in GitHub workflows #14795
workflows: Run urls-check in GitHub workflows #14795marusak merged 2 commits intocockpit-project:masterfrom
Conversation
martinpitt
left a comment
There was a problem hiding this comment.
Thanks! One fix necessary, then we can move this. I think we should also change urls-check to not create an issue at all if the check succeeds, that's just useless noise. It's enough if it files an issue on a broken check? (That's follow-up material, of course)
.github/workflows/urls-check.yml
Outdated
There was a problem hiding this comment.
That has the same problem, though?
There was a problem hiding this comment.
yeah, I fix it with the other commit. Should I do this the right way in the first commit?
There was a problem hiding this comment.
Ah, yes please, less confusing.
.github/workflows/urls-check.yml
Outdated
There was a problem hiding this comment.
This doesn't commit anything, so we don't strictly need a git config here.
|
That would first require autogen, lets just use `tools/make-bots` instead.
Also fixing bug why no po-refresh and npm-update were triggered.
Tried it on my own fork.