Simon

Results 78 comments of Simon

"don't trigger when term is focused" implemented in #1948

This might be made simpler if we excluded `labelminor:` from `label:`, we could have: `label: ^(?!prom)` and pop in some more examples in the help section.

Just wrapping our url parsing in a `decodeURIComponent` might do the trick.

We would also love this feature! https://github.com/integrations/slack/issues/519 suggests a similar feature for PRs + a syntax. Mirroring that here, could this work? - `issues:all` - Opened and closed issues -...

Ran into this issue w/ `AzureMachineTemplates` which also specifies`required` on `sshPublicKey`: https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/main/config/crd/bases/infrastructure.cluster.x-k8s.io_azuremachinetemplates.yaml#L730-L732 Worked around this by editing the CRDs after loading and removing the key from required, which seemed to...

For reference this is what a SelfSubjectReviews response for cluster-admin looks like: ```yaml { "metadata": { "creationTimestamp": null }, "spec": {}, "status": { "resourceRules": [ { "verbs": ["create"], "apiGroups": ["authorization.k8s.io"],...

Sorry! Got distracted. Will try and wrap this up for the next release

The top level `module` field is there to signal to module consumers that its esm. The `./index.js` lines up w/ `./dist/index.js` once the package.json is copied into the dist folder....

> Is there another unique identifier that we can use for users? There might be .toString() kind of thing on the Principal. But it might strip out the token.. which...

> If anything, if the system administrator has decided to limit lifetimes of tokens to very, very short times, then I would think it's pretty likely that the same system...