File tree 1 file changed +4
-8
lines changed 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,6 @@ This Action was submitted to the [GitHub Actions Hackathon] and featured by GitH
49
49
50
50
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
51
51
52
- > Table of Contents are generated with [ DocToc] ( https://github.com/thlorenz/doctoc )
53
-
54
52
55
53
56
54
## Getting Started
@@ -59,9 +57,9 @@ Create your GitHub Actions workflow file and Label Commenter Action setting file
59
57
60
58
### Workflow Setting
61
59
62
- ``` yaml
63
- # .github/workflows/label-commenter.yml
60
+ Create your workflow file ` .github/workflows/label-commenter.yml ` as follows.
64
61
62
+ ``` yaml
65
63
name : Label Commenter
66
64
67
65
on :
@@ -84,15 +82,13 @@ jobs:
84
82
85
83
- name : Label Commenter
86
84
uses : peaceiris/actions-label-commenter@v1
87
- # with:
88
- # config_file: .github/label-commenter-config.yml
89
85
` ` `
90
86
91
87
### Action Setting
92
88
93
- ``` yaml
94
- # .github/label-commenter-config.yml
89
+ Create your action configuration file ` .github/label-commenter-config.yml` as follows.
95
90
91
+ ` ` ` yaml
96
92
comment:
97
93
header: Hi, there.
98
94
footer: "\
You can’t perform that action at this time.
0 commit comments