From ad5fbcc09b3ac6fa9fb0be0eea52cc9cfdc75bbf Mon Sep 17 00:00:00 2001 From: micnncim Date: Mon, 14 Oct 2019 03:10:20 +0900 Subject: [PATCH] Update README.md (#7) --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9d18fc8..a21c85c 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ Action to sync GitHub labels in the declarative way. ## Usage -### Create `.github/labels.yml` +### Create manifest of GitHub labels -``` +```yaml - color: d73a4a description: Something isn't working name: bug @@ -22,11 +22,12 @@ Action to sync GitHub labels in the declarative way. name: duplicate ``` -To create `.github/labels.yml` for the current status of labels, use [label-exporter](https://github.com/micnncim/label-exporter). +The default file path is `.github/labels.yml` but you can specify any file path `jobs..steps.with`. +To create manifest of GitHub labels for the current status of labels easily, we recommend using [label-exporter](https://github.com/micnncim/label-exporter). ### Create Workflow -``` +```yaml name: Sync labels in the declarative way on: [push] jobs: