Compare commits

..

1 Commits

Author SHA1 Message Date
Alberto Gimeno
c2f51ac751 Update README.md 2019-11-27 16:04:40 +01: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: 'Close issues and pull requests with no recent activity'
description: 'Action to close stale issues'
author: 'GitHub'
inputs:
repo-token:
description: 'Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }}'
description: 'Token for the repo. 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.'