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

[ENH] ChatMediator for GitHub issues & pull requests #123

Open
6 tasks done
phil-cd opened this issue Aug 8, 2022 · 0 comments · Fixed by #127
Open
6 tasks done

[ENH] ChatMediator for GitHub issues & pull requests #123

phil-cd opened this issue Aug 8, 2022 · 0 comments · Fixed by #127
Assignees
Labels
enhancement New feature or request

Comments

@phil-cd
Copy link
Member

phil-cd commented Aug 8, 2022

  1. 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.

  2. 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
  3. Finalised state - Users can interact with bots through comments on GitHub issues and pull requests.

@phil-cd phil-cd added the enhancement New feature or request label Aug 8, 2022
@phil-cd phil-cd self-assigned this Aug 8, 2022
phil-cd added a commit to rwth-acis/Social-Bot-Framework that referenced this issue Aug 8, 2022
phil-cd added a commit that referenced this issue Aug 9, 2022
phil-cd added a commit that referenced this issue Aug 9, 2022
phil-cd added a commit that referenced this issue Aug 9, 2022
@phil-cd phil-cd linked a pull request Aug 19, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant