-
-
Notifications
You must be signed in to change notification settings - Fork 0
[RFC]: add support for a stdlib-bot todo command #185
Copy link
Copy link
Open
stdlib-js/stdlib
#12014Labels
FeatureTask to add a new feature.Task to add a new feature.difficulty: 2May require some initial design or R&D, but should be straightforward to resolve and/or implement.May require some initial design or R&D, but should be straightforward to resolve and/or implement.🤖 AIAllowed to use AI.Allowed to use AI.
Metadata
Metadata
Assignees
Labels
FeatureTask to add a new feature.Task to add a new feature.difficulty: 2May require some initial design or R&D, but should be straightforward to resolve and/or implement.May require some initial design or R&D, but should be straightforward to resolve and/or implement.🤖 AIAllowed to use AI.Allowed to use AI.
The basic idea is, for various PRs, there are certain things that need to be done after they are merged. For example, when a new feature (pkg) is added, we need to consider whether that package should be added to the parent namespace. Or we may need to do various follow-up actions, like address a bug in an upstream dep, etc.
The intent of this RFC is to allow maintainers to do something like
The stdlib bot would then create a new issue on the main repository having the specified subject and the specified body, along with the corresponding labels.
Yes, we can do this manually, but it can be tedious to click through UI buttons and is enough of a barrier that maintainers don't currently do it. Given that we are merging PRs primarily through the GitHub UI, being able to add a comment for the bot to open a new issue could reduce the barrier.
Note the attributes (which is an extension to Markdown that we'd explicitly parse):
public(on main repo),private(on internal todo repo)