Discord bot to automate repository activity tracking & management.
- Repository Activity Tracking: Automatically track and log repository activities such as commits, pull requests, and issues.
- Customizable Notifications: Send customizable notifications to Discord channels based on specific repository events.
- Integration with GitHub: Seamlessly integrate with GitHub to fetch repository data and perform actions like creating issues or managing pull requests.
- User-Friendly Commands: Provide a set of user-friendly commands for managing repository activities directly from Discord.
- Role-Based Access Control: Implement role-based access control to ensure that only authorized users can perform certain actions.
- Integration with Jira: Connect with Jira to create and manage issues, ensuring seamless project management.
- Installation: Clone the repository and install the necessary dependencies.
git clone https://github.com/dojoh-dev/whong.git cd whong pnpm install - Configuration: Set up your environment variables see
.env.examplefor reference. - Running the Bot: Start the bot using the following command:
pnpm run dev
This is a private repository, so only authorized contributors can access and contribute to the codebase. But there is a contributing guide available for those who have access.