Skip to content

Commit 0f082c5

Browse files
authored
Update README.md
1 parent c28d682 commit 0f082c5

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ This Action was submitted to the [GitHub Actions Hackathon] and featured by GitH
4949

5050
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
5151

52-
> Table of Contents are generated with [DocToc](https://github.com/thlorenz/doctoc)
53-
5452

5553

5654
## Getting Started
@@ -59,9 +57,9 @@ Create your GitHub Actions workflow file and Label Commenter Action setting file
5957

6058
### Workflow Setting
6159

62-
```yaml
63-
# .github/workflows/label-commenter.yml
60+
Create your workflow file `.github/workflows/label-commenter.yml` as follows.
6461

62+
```yaml
6563
name: Label Commenter
6664

6765
on:
@@ -84,15 +82,13 @@ jobs:
8482

8583
- name: Label Commenter
8684
uses: peaceiris/actions-label-commenter@v1
87-
# with:
88-
# config_file: .github/label-commenter-config.yml
8985
```
9086
9187
### Action Setting
9288
93-
```yaml
94-
# .github/label-commenter-config.yml
89+
Create your action configuration file `.github/label-commenter-config.yml` as follows.
9590

91+
```yaml
9692
comment:
9793
header: Hi, there.
9894
footer: "\

0 commit comments

Comments
 (0)