From 77212e68bec2a68da0ec0b0d22d11cb004d87c6a Mon Sep 17 00:00:00 2001 From: dessant Date: Sun, 6 May 2018 09:32:06 +0300 Subject: [PATCH] chore: update description --- assets/app-description.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/app-description.md b/assets/app-description.md index 60aac7d..efc89f9 100644 --- a/assets/app-description.md +++ b/assets/app-description.md @@ -1,4 +1,4 @@ -A GitHub App that locks closed issues and pull requests. +A GitHub App that locks closed issues and pull requests after a period of inactivity. ![](https://raw.githubusercontent.com/dessant/lock-threads/master/assets/screenshot.png) diff --git a/package.json b/package.json index 94ea2fc..213473f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lock-threads", "version": "0.5.0", - "description": "A GitHub App built with Probot that locks closed issues and pull requests.", + "description": "A GitHub App built with Probot that locks closed issues and pull requests after a period of inactivity.", "author": "Armin Sebastian", "license": "MIT", "repository": "https://github.com/dessant/lock-threads",