Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added bots/bugbuster/bugbuster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions bots/bugbuster/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Bugbuster

A simple bot built on top of the Botpress [SDK](https://botpress.com/docs/integrations/sdk/overview) that lints Linear issues and synchronizes them with GitHub issues.

<img src="./bugbuster.png" />

## Linear

Once connected to your Linear workspace, the bot comments on newly created or updated issues when linting errors are detected, and automatically resolves those comments once the linting errors are fixed.

The following linting rules are applied (among others):

- An issue must have a title, description, priority, and estimate
- An issue must be linked to a project or have a goal tag
- If an issue is in the _Blocked_ state, it must have either a blocking reason tag or a blocking issue
- If an issue is in the _In Progress_ state, it must have an assignee

## GitHub

Once connected to your GitHub repository, the bot detects new issues and automatically creates a corresponding Linear issue in the Triage state, including all relevant information.
Loading