Compare commits

..

1 Commits

Author SHA1 Message Date
Edward Thomson
d6c1b70646 Update description 2019-11-08 16:47:32 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ Warns and then closes issues and PRs that have had no activity for a specified a
See [action.yml](./action.yml) For comprehensive list of options.
Basic:
```yaml
```
name: "Close stale issues"
on:
schedule:
@@ -25,7 +25,7 @@ jobs:
```
Configure stale timeouts:
```yaml
```
name: "Close stale issues"
on:
schedule:
@@ -44,7 +44,7 @@ jobs:
```
Configure labels:
```yaml
```
name: "Close stale issues"
on:
schedule:

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.'