diff --git a/action.yml b/action.yml index b2bb534d..54a6e2ec 100644 --- a/action.yml +++ b/action.yml @@ -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.'