nlf
nlf
what if i added a config field to package.json so you could do something like ``` { 'git-validate': { ignore: 'build' } } ``` and any packages found in the...
thinking about using `git ls-files` instead so that anything that's not committed to the repo won't be found, this solves the problem of `node_modules` and of things that are `.gitignore`d...
noting that i'll still filter out `node_modules` since some people commit those
this is intended behavior, see: https://github.com/HenrikJoreteg/getconfig#where-to-put-your-config-and-what-to-call-it specifically the list of what configuration files are attempted and the order they're attempted in. each of those files is attempted and layered on...
😞 i was operating under the assumption that a nearly 4 year old release of openssh was going to be a low enough bar that this would be reasonable, but...
i'm not seeing how this is linked to being run on `arm64` at all. the error at the end of the log message is telling us that our caching module...
i have a couple of concerns with how this works, but also ideas about how to take this further and make it more reliable 1. consider the pattern of `{...
Here's the labels we want (we think) | Label | Color | Description | | --- | --- | --- | ||`#00cc00`|Dependency updates| ||`#1664ff`|Issue awaiting triage| ||`#ededed`|Needs more...
here's the list of labels that i was going to propose for the probot settings app labels: - name: Agenda color: "#F5A623" description: Will be discussed in an Open RFC...
it'd be swell if we could change the state of the button directly.. i wonder if the github api lets us do that