change 'bot' to 'app'

This commit is contained in:
Yuyang Zhang
2018-06-21 21:21:14 +08:00
parent a11835feaf
commit 6f2e9da242

View File

@@ -1,17 +1,17 @@
---
title: Close Issue
description: Comment on the issues that do not include some contents then close them.
slug: close-issue-bot
slug: close-issue-app
screenshots:
- https://raw.githubusercontent.com/offu/close-issue-bot/master/screenshot.png
- https://raw.githubusercontent.com/offu/close-issue-app/master/screenshot.png
authors: [ helloqiu, whtsky ]
repository: offu/close-issue-bot
repository: offu/close-issue-app
host: https://damp-citadel-91689.herokuapp.com
---
[![Build Status](https://travis-ci.org/offu/close-issue-bot.svg?branch=master)](https://travis-ci.org/offu/close-issue-bot)
[![codecov](https://codecov.io/gh/offu/close-issue-bot/branch/master/graph/badge.svg)](https://codecov.io/gh/offu/close-issue-bot)
[![Build Status](https://travis-ci.org/offu/close-issue-app.svg?branch=master)](https://travis-ci.org/offu/close-issue-app)
[![codecov](https://codecov.io/gh/offu/close-issue-app/branch/master/graph/badge.svg)](https://codecov.io/gh/offu/close-issue-app)
## What It Does
The bot will check new opened and reopened issues if they include some specific contents. Issues not passed will be commented then closed.
The app will check new opened and reopened issues if they include some specific contents. Issues not passed will be commented then closed.
## Usage
1. Create a ```/.github/issue-close-bot.yml``` file in your repo. Here's an example:
``` yaml
@@ -26,5 +26,5 @@ issueConfigs:
- content:
- "🐱"
```
2. Install the [close-issue-bot](https://github.com/apps/close-issue-bot).
2. Install the [close-issue-app](https://github.com/apps/close-issue-app).
3. Enjoy!