James Tanner-McLeod

Results 12 comments of James Tanner-McLeod

That's a good question. This is the relevant documentation: https://probot.github.io/docs/configuration/ Though, maybe I should add an additional check that verifies that the URLs in the webhook payload match `GHE_HOST` variable....

I've added that change. Unfortunately, I can't test it properly because I'm stuck on an [unrelated problem with ESM](https://github.com/probot/settings/pull/569#issuecomment-1118786087).

This appears to be a regression of https://github.com/wework/speccy/issues/134.

I ran into this issue just now. Unfortunately, it doesn't appear to be as simple as just changing to draft-04 (since there wasn't really a 5). Doing so in my...

I've tried adding `release-notes-file` to my cr.yaml, but no luck.

Ah, I figured it out! The filepath is relative _to the chart_, not the repository. I solved the problem by generating the changelog in the chart repo. (You still need...

I can at least share what I've got so far. It's far from done, but the semantic-release and chart-release parts seem to be working. - Chart-Releaser config: [cr.yaml](https://github.com/Northroad-Craftworks/helm/blob/f5298d9722ad59adb56dba7beb607ad5c953c78a/cr.yaml#L4) - Semantic-Release...

I ran unto a similar problem and found a solution. It seems you can specify the filename so that it loads and resolves references correctly. The following code seems to...

Digging into the code a little, it looks like the new paginator is always infinite, so this would apply to lists as well.

I would love to contribute but, unfortunately, I just don't foresee having the time. :/ If I do, I'll let you know! Fortunately, it's not critical.