File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 87
87
|INCLUDE_LABELS|プルリクエストに付与されているかチェックするラベル| |`Label1, Label2`|
88
88
|OPENING_COMMENT|開始コメント (DocToc以外のため)|`<!-- toc `| |
89
89
|CLOSING_COMMENT|終了コメント (DocToc以外のため)|`<!-- tocstop `| |
90
- |SKIP_COMMENT|スキップコメント | |`<!-- toc skip `|
90
+ |SKIP_COMMENT|スキップコメントを変更 (default : ` <!-- DOCTOC SKIP ` ) | |`<!-- toc skip `|
91
91
|GITHUB_TOKEN|アクセストークン|`${{github.token}}`|`${{secrets.ACCESS_TOKEN}}`|
92
92
|SIGNOFF| Signed-off-byを付与 | |`true`|
93
93
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ e.g. `README.md`
88
88
|INCLUDE_LABELS|Labels used to check if the PullRequest has it| |`Label1, Label2`|
89
89
|OPENING_COMMENT|Opening comment (for other than DocToc)|`<!-- toc `| |
90
90
|CLOSING_COMMENT|Closing comment (for other than DocToc)|`<!-- tocstop `| |
91
- |SKIP_COMMENT|Skip comment| |`<!-- toc skip `|
91
+ |SKIP_COMMENT|Change skip comment (default : ` <!-- DOCTOC SKIP ` ) | |`<!-- toc skip `|
92
92
|GITHUB_TOKEN|Access token|`${{github.token}}`|`${{secrets.ACCESS_TOKEN}}`|
93
93
|SIGNOFF| Add `Signed-off-by` line | |`true`|
94
94
You can’t perform that action at this time.
0 commit comments