Skip to content

Commit

Permalink
Update README.md (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
micnncim authored Oct 13, 2019
1 parent 08cc5a0 commit ad5fbcc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.<job_id>.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:
Expand Down

0 comments on commit ad5fbcc

Please sign in to comment.