Update README.md

This commit is contained in:
Alberto Gimeno
2019-11-27 16:04:40 +01:00
committed by GitHub
parent 08796943dd
commit c2f51ac751

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: