mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 22:49:53 +08:00
1.2 KiB
1.2 KiB
title, description, slug, screenshots, authors, repository, host, stars, updated, installations, organizations
| title | description | slug | screenshots | authors | repository | host | stars | updated | installations | organizations | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Top Issues | Labels issues with the most "+1" emoji reactions | top-issues |
|
|
adamzolyak/gh-vote-bot | https://gh-vote-bot.herokuapp.com | 4 | 2018-10-23 18:43:20 UTC | 13 |
|
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.
# Configuration for top-issue-bot
labelName: ":thumbsup: Top Issue!"
labelColor: "f442c2"
numberOfIssuesToLabel: 5