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

Adds Discord Support & Adds Repo Name to Messages #18

Merged
merged 3 commits into from
Dec 5, 2020
Merged

Conversation

Justintime50
Copy link
Owner

@Justintime50 Justintime50 commented Dec 4, 2020

Adds Discord support for Pullbug allowing you to specify via command line whether or not to send messages to Discord.

  • Adds Discord support. Now you can send Pullbug messages to a Discord webhook (closes Discord integration #17)
  • Completely rewrote the message module. Messages are now an array of messages built from PR/MR data. This allows messages to be broken up easily into batches for chat services such as Discord which may require multiple batches of messages due to character limit
  • The repo name is now included in each message with a link to the repo (closes Add Repo Name to Message #16)
  • Reworked tests to be more clean and uniform
  • Various bug fixes and code refactor for better performance and maintainability

Closes #16, closes #17

@Justintime50 Justintime50 self-assigned this Dec 4, 2020
@Justintime50 Justintime50 changed the title Adds Discord support Adds Discord Support & Adds Repo Name to Messages Dec 4, 2020
@Justintime50 Justintime50 merged commit ab272f1 into master Dec 5, 2020
@Justintime50 Justintime50 deleted the discord branch April 27, 2021 20:17
Justintime50 added a commit that referenced this pull request Sep 17, 2021
* Adds Discord support

* Adds repo name to messages

* fix CHANGELOG
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

Successfully merging this pull request may close these issues.

Discord integration Add Repo Name to Message
1 participant