-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Command to create comments on pull requests #1203
Comments
This is not on our roadmap yet, but shouldn't be hard to implement once we finally get to it. I was thinking of implementing a low-level |
@mislav : Just checking here, are there still no plans to add this feature? I would love to have a command like
for a few use cases. I primarily want this in order to add a reminder comment with a task list at the bottom of a PR with a lot of commits. For example to remind the user to review the code and docs before merging a huge Another use for it could be for an automated build/test system to add some details about the build into a comment on the PR. If I remember the Github v3 API correctly, issues and PRs are the "same thing", which means this command could be used to comment both issues and PRs alike. |
There is a PR open to add a I still haven't had time to properly review it and reach a decision about whether I like its API or do I imagine it to be different. |
+1 on this, I installed this planning to do just this and was bummed when I found out it's not a feature |
After some consideration, I have decided that—for now—this is best implemented in user scripts, rather than maintained in hub core. Now that there is a new For example, see the resolution in #623 (comment) Thank you for suggesting! |
Not sure if this is possible, but it would be helpful to be able to add/create new comments to existing pull requests. This would work hand in hand w/ Jenkins pull request builder plugin which uses PR comments as trigger phrases for merge/build.
The text was updated successfully, but these errors were encountered: