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
This repository provides a robust template for building your own GitHub bot using [Probot](https://probot.github.io/) and TypeScript. The bot automates common workflows like handling issues, pull requests, and notifications while being highly extensible.
5
+
# 🚀 GitHub Bot Template
6
+
7
+
> This repository provides a robust template for building your own GitHub bot using [Probot](https://probot.github.io/) and TypeScript. The bot automates common workflows like handling issues, pull requests, and notifications while being highly extensible.
9
8
10
9
---
11
10
12
-
## 🎯 **Features**
11
+
## 🎯 Features
13
12
14
13
- 📝 **Issue Automation**: Automatically triage issues with labels, comments, and assignments.
15
14
- 🔍 **Pull Request Workflow**: Streamline code reviews with reviewer assignment, comments, and more.
@@ -19,22 +18,22 @@ This repository provides a robust template for building your own GitHub bot usin
19
18
20
19
---
21
20
22
-
## 🚀 **Getting Started**
21
+
## 🚀 Getting Started
23
22
24
23
Follow these steps to get your bot up and running:
0 commit comments