From 8169411f371f6624f6a79e90bc45581b2abce933 Mon Sep 17 00:00:00 2001 From: Technote Date: Sat, 31 Aug 2019 14:47:43 +0900 Subject: [PATCH 1/2] feat: add examples --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ad3341b4..0627d850 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,12 @@ GitHub actions to assign author to issue or PR. - pull_request: opened - issues: opened +## GitHub Actions using this Action +- [Assign Author](https://github.com/technote-space/assign-author) +- [TOC Generator](https://github.com/technote-space/toc-generator) +- [Release GitHub Actions](https://github.com/technote-space/release-github-actions) +- [Auto card labeler](https://github.com/technote-space/auto-card-labeler) + ## Author [GitHub (Technote)](https://github.com/technote-space) [Blog](https://technote.space) From b3d0f8190e400491de96e6fff26af262b4c57e60 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 05:58:32 +0000 Subject: [PATCH 2/2] docs: Update TOC --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0627d850..3342ced7 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,13 @@ GitHub actions to assign author to issue or PR. - +**Table of Contents** - [Screenshot](#screenshot) - [Installation](#installation) - [Action event details](#action-event-details) - [Target events](#target-events) +- [GitHub Actions using this Action](#github-actions-using-this-action) - [Author](#author)