crater right now needs to read comments from github to react to them. rustc-perf and triagebot do the same.
We would like to remove this logic from crater and rustc-perf and have triagebot to trigger those bots instead.
We should have an authentication mechanism between triagebot and crater so that only triagebot can trigger crater. This could be a shared secret.
To post results back to Github, triagebot could poll crater and post the result after it is ready. Eg pooling once a minute should not be an issue.
crater right now needs to read comments from github to react to them. rustc-perf and triagebot do the same.
We would like to remove this logic from crater and rustc-perf and have triagebot to trigger those bots instead.
We should have an authentication mechanism between triagebot and crater so that only triagebot can trigger crater. This could be a shared secret.
To post results back to Github, triagebot could poll crater and post the result after it is ready. Eg pooling once a minute should not be an issue.