Merge pull request #29 from actions/add-syntax-highlighting

Add syntax highlighting to examples
This commit is contained in:
Chris Patterson 2019-12-10 11:22:23 -05:00 committed by GitHub
commit eb8d275a4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 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: