diff --git a/README.md b/README.md index 63a5c9bc..4080c949 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,32 @@ This Action was submitted to the [GitHub Actions Hackathon](https://github.blog/ +## Table of Contents + + + + +- [Label Commenter Action](#label-commenter-action) +- [Getting Started](#getting-started) + - [Workflow Setting](#workflow-setting) + - [Action Setting](#action-setting) +- [Examples](#examples) + - [Comment and Close Invalid Format Issue or Pull Request](#comment-and-close-invalid-format-issue-or-pull-request) + - [Reopen Issue or Pull Request](#reopen-issue-or-pull-request) + - [Comment and Close Wontfix Issue or Pull Request](#comment-and-close-wontfix-issue-or-pull-request) + - [Comment and Close Duplicate Issue or Pull Request](#comment-and-close-duplicate-issue-or-pull-request) + - [Comment Multiple Line](#comment-multiple-line) + - [Close Multiple Issues or Pull Requests](#close-multiple-issues-or-pull-requests) +- [Changelog](#changelog) +- [License](#license) +- [Maintainer](#maintainer) + + + +*Table of Contents are generated with [DocToc](https://github.com/thlorenz/doctoc)* + + + ## Getting Started Create your GitHub Actions workflow file and Label Commenter Action setting file. Commit those and push to the remote master branch. @@ -97,6 +123,10 @@ labels: body: This issue is easy for contributing. Everyone can work on this. ``` +
+Back to TOC ☝️ +
+ ## Examples @@ -117,10 +147,24 @@ labels: ![](images/demo_4.jpg) -### Comment multiple line +### Comment Multiple Line ![](images/demo_5.jpg) +### Close Multiple Issues or Pull Requests + +| Select Label | Labeled | +|---|---| +| ![](images/demo_6_1.jpg) | ![](images/demo_6_2.jpg) | + +Multiple issues will be closed. + +![](images/demo_6_3.jpg) + +
+Back to TOC ☝️ +
+ ## Changelog @@ -138,3 +182,7 @@ labels: ## Maintainer - [peaceiris homepage](https://peaceiris.com/) + +
+Back to TOC ☝️ +
diff --git a/images/demo_6_1.jpg b/images/demo_6_1.jpg new file mode 100644 index 00000000..a8fb88b2 Binary files /dev/null and b/images/demo_6_1.jpg differ diff --git a/images/demo_6_2.jpg b/images/demo_6_2.jpg new file mode 100644 index 00000000..d836eb3f Binary files /dev/null and b/images/demo_6_2.jpg differ diff --git a/images/demo_6_3.jpg b/images/demo_6_3.jpg new file mode 100644 index 00000000..84965b54 Binary files /dev/null and b/images/demo_6_3.jpg differ