-
Notifications
You must be signed in to change notification settings - Fork 22
Notify users on CLA error #12
Comments
Travis sends emails, Angular/Google is using comments, their format looks like a good reference. They also add another comment when the CLA was signed. |
A comment seems like a good way to go it sends an email to the contributor but its from Github not us which seems like a good thing. |
Having @jquerybot add a comment seems like a good idea, and should be pretty simple to implement. |
Something like this:
|
👍 |
Updated comment template:
|
To avoid spamming comments, I think we can keep track of event.payload.action, and only post a comment when the check failed and the action is Not sure yet where to actually implement this, since there are multiple locations where |
There are multiple calls, but only one call that you care about: the one in |
Right now we set the commit status and apply labels after auditing a PR, but neither of these will actually notify the contributor if there is a problem. We need to figure out how we want to notify contributors: via a PR comment or via an email.
The text was updated successfully, but these errors were encountered: