Hakan
Hakan
#### Description For telegram to render `` tags correctly, `href` attribute of the tag should be an absolute url. Discrourse, however, sometimes puts relative url to the `href` attribute causing...
#### Description Currently we convert every entity which has links in a post to an `` tag. If there is one image link in the post this works okay with...
#### Description Currently when a topic is closed `system` user automatically replies to the topic with the following message: > This topic was automatically closed 5 days after the last...
#### What type of PR is this? /kind bug #### What this PR does / why we need it: Bumping the priorityclass of prometheus to prevent eviction caused by any...
In the `Preset` stuct environment variables are stored in a slice of [`v1.EnvVar`](https://github.com/kubernetes-sigs/prow/blob/efb534162d798c453d56cce9c98477361f55a4e3/pkg/config/jobs.go#L45). Which, in turn assumes the [value is a string](https://github.com/kubernetes/kubernetes/blob/ae35048cb0b9b177891aab41346b6d6cc504582f/staging/src/k8s.io/api/core/v1/types.go#L2315). We should be consistent and make the values...