6543
6543
well looks like because github sanitizes html there is no way from our side to do so right now :/
i have heared of "vite test" ... playwright is more a browser emulation and run tests in it?!?
> Maybe we can have a build tag for the change first. I'm also looking forward to this but wana have it behind a tag to have both options ...
this is not easy as the labels are currently used to let agents "advertice capabilitys/propertys" the pipelines can target. so make them mandatory by default will break all existing pipelines...
 ontop of https://github.com/woodpecker-ci/woodpecker/pull/4141: ```diff ### `WOODPECKER_AGENT_LABELS` > Default: empty Configures custom labels for the agent, to let workflows filter by it. Use a list of key-value pairs like `key=value,second-key=*`....
> I can help testing it if you want. Please let me know if I have to do something specifically for the test. the pipeline should now publish an image...
I personally think, if wp would be able to intergrate to gerrit would be a huge win for the project ... ... but I dont want to add it to...
just reread the issue and found out about https://gerrit.googlesource.com/plugins/oauth/ well I would argue it's valid to add it to the core, and requre an addon on the gerrit side ......
``` server/forge/gitlab/gitlab.go:544:2: ineffectual assignment to hookID (ineffassign) hookID := -1 ^ ```