File tree Expand file tree Collapse file tree 4 files changed +164
-171
lines changed Expand file tree Collapse file tree 4 files changed +164
-171
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @technote-space/toc-generator" ,
3
- "version" : " 4.3.0 " ,
3
+ "version" : " 4.3.1 " ,
4
4
"description" : " GitHub Action to generate TOC." ,
5
5
"keywords" : [
6
6
" github" ,
54
54
"@technote-space/github-action-pr-helper" : " ^2.4.0" ,
55
55
"@technote-space/github-action-test-helper" : " ^0.11.1" ,
56
56
"@technote-space/release-github-actions-cli" : " ^1.9.3" ,
57
- "@types/node" : " ^18.11.12 " ,
57
+ "@types/node" : " ^18.11.13 " ,
58
58
"@typescript-eslint/eslint-plugin" : " ^5.46.0" ,
59
59
"@typescript-eslint/parser" : " ^5.46.0" ,
60
- "@vitest/coverage-c8" : " ^0.25.6 " ,
60
+ "@vitest/coverage-c8" : " ^0.25.7 " ,
61
61
"eslint" : " ^8.29.0" ,
62
62
"eslint-plugin-import" : " ^2.26.0" ,
63
63
"fast-glob" : " ^3.2.12" ,
67
67
"pinst" : " ^3.0.0" ,
68
68
"rollup" : " ^3.7.2" ,
69
69
"typescript" : " ^4.9.4" ,
70
- "vitest" : " ^0.25.6 "
70
+ "vitest" : " ^0.25.7 "
71
71
},
72
72
"publishConfig" : {
73
73
"access" : " public"
You can’t perform that action at this time.
0 commit comments