File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
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 }}
Original file line number Diff line number Diff line change 7
7
8
8
GitHub actions to assign author to issue or PR.
9
9
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
+
10
22
## Screenshot
11
23
![ GitHub Action] ( https://raw.githubusercontent.com/technote-space/assign-author/images/screenshot.gif )
12
24
You can’t perform that action at this time.
0 commit comments