mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-05-12 17:58:26 +08:00
Create issuelabeler.md
This commit is contained in:
23
_apps/issuelabeler.md
Normal file
23
_apps/issuelabeler.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
title: Issue Labeler
|
||||
description: A GitHub bot to label issues automatically based on title and body against list of defined labels.
|
||||
slug: issuelabeler
|
||||
screenshots:
|
||||
- https://raw.githubusercontent.com/riyadhalnur/issuelabeler/master/assets/screenshot.png
|
||||
authors: [ riyadhalnur ]
|
||||
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).
|
||||
|
||||
## Installation
|
||||
After installation, create `.github/labeler.yml` in the default branch to enable it:
|
||||
|
||||
```yml
|
||||
# Number of labels to fetch (optional). Defaults to 20
|
||||
numLabels: 40
|
||||
# These labels will not be used even if the issue contains them
|
||||
excludeLabels:
|
||||
- pinned
|
||||
```
|
||||
Reference in New Issue
Block a user