Skip to content
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

[Question/Feature Request] Commenting @user when a build succeeds/fails #163

Closed
isuda opened this issue Aug 21, 2015 · 2 comments
Closed

Comments

@isuda
Copy link

isuda commented Aug 21, 2015

Is it possible to do the following?

  1. If the build fails, make a comment on the pull request telling the pull request author that the build failed?
    example: "Build failed, @isuda".
  2. If the build succeeds, make a comment on the pull request telling the pull request assignee that the build succeeded and is ready to merge.
    example: "All is well, @isuda".

This would be in conjunction with updating the github commit status.

Since builds take time to run it would be nice to notify the people responsible when the testing is completed, so that a person does not need to constantly check the pull request to see if it passed/succeeded.

@DavidTanner
Copy link
Contributor

with the latest build you can use ${ghprbPullAuthorLoginMention} under Trigger Setup select Build Result Message and you can add messages for success/error/failure.

@isuda
Copy link
Author

isuda commented Aug 21, 2015

Awesome, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants