[RFC]: Add slash command for posting a PR-specific command comment #9
Labels
difficulty: 2
May require some initial design or R&D, but should be straightforward to resolve and/or implement.
estimate: 4-8hrs
Task which should take between 4 to 8 hours.
Feature
Task to add a new feature.
❌ No AI
Not allowed to use AI.
This RFC proposes adding a new slash command
/stdlib commands-comment
that automatically generates and posts PR-specific build and test commands as a comment from the@stdlib-bot
. This will help streamline the PR review process by providing contributors with the exact commands needed to build, test, and benchmark their changes.The slash command should:
Automatically detect the package path from the PR's changed files
Generate the appropriate make commands for:
In the new GitHub actions workflow for this slash command, we will need to Implement logic to:
One open question is how to handle the case when multiple packages are modified in one PR.
Time estimate without AI: 4h.
Time estimate with AI: 3h.
The text was updated successfully, but these errors were encountered: