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

Travis build notifications sent to wrong person #618

Open
sssoleileraaa opened this issue Jun 15, 2018 · 0 comments
Open

Travis build notifications sent to wrong person #618

sssoleileraaa opened this issue Jun 15, 2018 · 0 comments

Comments

@sssoleileraaa
Copy link
Contributor

Travis uses last person to commit as the username associated with the triggered build rather than the person who triggered the build.

That user gets notified about the Travis build (if it was successful or not), creating unnecessary noise. Usually, this is not a problem because if you go to trigger a build it's likely you were the last person to commit to mason. However you can trigger Travis builds by publishing a package before you commit code changes to mason, and in that case you might not be the last person who made a commit.

If the Circle Trigger API can support connecting triggers to workflows, then we can have a separate publishing workflow that doesn’t notify last person to commit but rather the person who is triggering.

According to a Circle CI rep, the Circle Trigger API is likely to gain support for workflows soon.

cc @springmeyer

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

1 participant