-
Notifications
You must be signed in to change notification settings - Fork 115
Description
node-core-utils
has's been used to land PRs on some WGs from time to time, as well as some projects like llnode. None of those projects really need to follow nodejs/node
landing flow though. Based on some comments on #469, I'm wondering if we should reduce the scope of this project to only land pull requests on nodejs/node
, instead of aiming to land any pull requests on any projects in the org. This should help us reduce some complexity in the code base (such as multiple CI providers) as well as reduce frustration from trying to use it on other repositories (which always need some workaround) and allow us to filter out feature requests that are not targeted at nodejs/node
(such as #373).
We would need to update some documentations to clarify that, and doing so could be considered a breaking change to the project.