Skip to content

Commit 44d23a3

Browse files
feat: Build for release
1 parent 46cef9f commit 44d23a3

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,20 @@
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
23+
![GitHub Action](https://raw.githubusercontent.com/technote-space/assign-author/images/screenshot.gif)
1124

1225
## Installation
1326
1. Setup workflow
@@ -17,10 +30,10 @@ GitHub actions to assign author to issue or PR.
1730
name: Pull Request
1831
jobs:
1932
assignAuthor:
20-
name: Assign Author to PR
33+
name: Assign author to PR
2134
runs-on: ubuntu-latest
2235
steps:
23-
- name: Assign Author to PR
36+
- name: Assign author to PR
2437
if: github.event.action == 'opened'
2538
uses: technote-space/assign-author@v1
2639
with:
@@ -32,10 +45,10 @@ GitHub actions to assign author to issue or PR.
3245
name: Issues
3346
jobs:
3447
assignAuthor:
35-
name: Assign Author to issue
48+
name: Assign author to issue
3649
runs-on: ubuntu-latest
3750
steps:
38-
- name: Assign Author to issue
51+
- name: Assign author to issue
3952
if: github.event.action == 'opened'
4053
uses: technote-space/assign-author@v1
4154
with:

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"tagName":"v1.0.1","branch":"gh-actions","tags":["v1.0.1","v1","v1.0"],"updated_at":"2019-08-29T08:48:13.458Z"}
1+
{"tagName":"v1.0.2","branch":"gh-actions","tags":["v1.0.2","v1","v1.0"],"updated_at":"2019-08-30T18:59:16.341Z"}

0 commit comments

Comments
 (0)