From c2f51ac751513d20df37a51f58c51d68b7a39192 Mon Sep 17 00:00:00 2001 From: Alberto Gimeno Date: Wed, 27 Nov 2019 16:04:40 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 525eb67f..81e98c82 100644 --- a/README.md +++ b/README.md @@ -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: