You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation - These chat mediators would allow SBF bots to interact with users through the comments on GitHub issues and pull requests. It can be integrated as a GitHub app.
Specification
Add two new messenger types to the bot metamodel (one for GitHub issues, one for pull requests)
Parse messenger config (e.g., id of GitHub app; API key)
Add chat mediators for issues and pull requests
Add message collector for GitHub comments
Add GitHub webhook receiver that "waits for" new comments on issues and pull requests and sends them to message collector
Add mediators to ChatService.java and Messenger.java
Finalised state - Users can interact with bots through comments on GitHub issues and pull requests.
The text was updated successfully, but these errors were encountered:
Motivation - These chat mediators would allow SBF bots to interact with users through the comments on GitHub issues and pull requests. It can be integrated as a GitHub app.
Specification
Finalised state - Users can interact with bots through comments on GitHub issues and pull requests.
The text was updated successfully, but these errors were encountered: