mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-05-28 23:41:54 +08:00
42 lines
1.2 KiB
Markdown
42 lines
1.2 KiB
Markdown
---
|
|
title: Top Issues
|
|
description: Labels issues with the most "+1" emoji reactions
|
|
slug: top-issues
|
|
screenshots:
|
|
- https://raw.githubusercontent.com/adamzolyak/gh-vote-bot/master/docs/issue_list.png
|
|
- https://raw.githubusercontent.com/adamzolyak/gh-vote-bot/master/docs/issue_detail.png
|
|
authors:
|
|
- adamzolyak
|
|
repository: adamzolyak/gh-vote-bot
|
|
host: https://gh-vote-bot.herokuapp.com
|
|
stars: 3
|
|
updated: 2018-10-23 18:43:20 UTC
|
|
installations: 12
|
|
organizations:
|
|
- pypa
|
|
- GameServerManagers
|
|
- tox-dev
|
|
- waffleio
|
|
- MOZGIII
|
|
- go-study-group
|
|
- philoserf
|
|
- CallumIddon
|
|
- adamzolyak
|
|
- TinkurLab
|
|
---
|
|
|
|
## How It Works
|
|
|
|
The Top Issues bot runs every 25 minutes, labeling top issues and unlabeling issues that are no longer top issues. Top issues are issues with the most "+1" emoji reactions on the issue description. "+1" emoji reactions on issues comments are not considered.
|
|
|
|
## Installation
|
|
|
|
After installing the app, create a `topissuebot.yml` file to the `.github` directory to enable the bot. The file must contain the following properties. Customize the values as desired.
|
|
|
|
```yml
|
|
# Configuration for top-issue-bot
|
|
labelName: ":thumbsup: Top Issue!"
|
|
labelColor: "f442c2"
|
|
numberOfIssuesToLabel: 5
|
|
```
|