Merge pull request #26 from actions/ethomson/update_description
Update description
This commit is contained in:
commit
0d6a8e5314
|
@ -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.'
|
||||
|
|
Loading…
Reference in New Issue