From c35a9a27a330bfb06332fa60045688cc5b0553ba Mon Sep 17 00:00:00 2001 From: Muhammed Rahif <73386156+Muhammed-Rahif@users.noreply.github.com> Date: Sat, 18 Dec 2021 14:24:46 +0530 Subject: [PATCH] docs(readme): specified 'yml' syntax highlighting specified 'yml' syntax highlighting for a code block example in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf944bcb..2abc38b7 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ frontend: Create a workflow (eg: `.github/workflows/labeler.yml` see [Creating a Workflow file](https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file)) to utilize the labeler action with content: -``` +```yml name: "Pull Request Labeler" on: - pull_request_target