Update description

This commit is contained in:
Edward Thomson 2019-11-08 16:47:32 +00:00
parent 08796943dd
commit d6c1b70646
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
name: 'Close Stale Issues'
description: 'Action to close stale issues'
description: 'Close issues and pull requests with no recent activity'
author: 'GitHub'
inputs:
repo-token:
description: 'Token for the repo. Can be passed in using {{ secrets.GITHUB_TOKEN }}'
description: 'Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }}'
required: true
stale-issue-message:
description: 'The message to post on the issue when tagging it. If none provided, will not mark issues stale.'