mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-06-15 10:27:44 +08:00
Remove the banned words from description
Removed bot and automatically from description. Words are part of banned words. Signed-off-by: Riyadh Al Nur <riyadhalnur@verticalaxisbd.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Issue Labeler
|
||||
description: A GitHub bot to label issues automatically based on title and body against list of defined labels.
|
||||
description: Label issues based on title and body against list of defined labels.
|
||||
slug: issuelabeler
|
||||
screenshots:
|
||||
- https://raw.githubusercontent.com/riyadhalnur/issuelabeler/master/assets/screenshot.png
|
||||
@@ -9,7 +9,7 @@ repository: riyadhalnur/issuelabeler
|
||||
host: https://1th3h69bkc.execute-api.ap-southeast-1.amazonaws.com/production
|
||||
---
|
||||
|
||||
A GitHub bot to label issues automatically based on title and body against list of defined labels. Built with [probot](https://github.com/probot/probot).
|
||||
A GitHub bot to label issues based on title and body against list of defined labels. Built with [probot](https://github.com/probot/probot).
|
||||
|
||||
## Installation
|
||||
After installation, create `.github/labeler.yml` in the default branch to enable it:
|
||||
|
||||
Reference in New Issue
Block a user