Skip to content

Commit 245bf20

Browse files
Merge pull request #15 from technote-space/feature/add_toc
Feature/add toc
2 parents 3de44dc + f9c06d1 commit 245bf20

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/workflows/toc.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
on: push
2+
name: TOC Generator
3+
jobs:
4+
assignAuthor:
5+
name: TOC Generator
6+
runs-on: ubuntu-latest
7+
steps:
8+
- name: TOC Generator
9+
uses: technote-space/toc-generator@v1
10+
with:
11+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
77

88
GitHub actions to assign author to issue or PR.
99

10+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
11+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
12+
13+
14+
- [Screenshot](#screenshot)
15+
- [Installation](#installation)
16+
- [Action event details](#action-event-details)
17+
- [Target events](#target-events)
18+
- [Author](#author)
19+
20+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
21+
1022
## Screenshot
1123
![GitHub Action](https://raw.githubusercontent.com/technote-space/assign-author/images/screenshot.gif)
1224

0 commit comments

Comments
 (0)