Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 0ae006d

Browse files
feat: build for release
1 parent cfe0e52 commit 0ae006d

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
### 対象イベント
156156
| eventName | action |
157157
|:---:|:---:|
158-
|pull_request|opened, reopened, synchronize|
158+
|pull_request|opened, reopened, synchronize, closed|
159159
|push|*|
160160

161161
もしこれ以外のイベントで呼ばれた場合、結果は空になります。

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ If there is no difference in the source code below, this workflow will skip the
155155
### Target events
156156
| eventName | action |
157157
|:---:|:---:|
158-
|pull_request|opened, reopened, synchronize|
158+
|pull_request|opened, reopened, synchronize, closed|
159159
|push|*|
160160

161161
If called on any other event, the result will be empty.

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"get-diff-action","sha":"a6d0ad3f8b5f7a2236869f12a665f9592914f41e","ref":"refs/tags/test/v1.2.7.95783553","tagName":"test/v1.2.7.95783553","branch":"gh-actions","tags":["test/v1.2.7.95783553","test/v1.2.7","test/v1.2","test/v1"],"updated_at":"2020-05-05T03:04:24.443Z"}
1+
{"owner":"technote-space","repo":"get-diff-action","sha":"61f9af9c1142f822905d427a745aed2ebf90c0bf","ref":"refs/tags/v1.2.7","tagName":"v1.2.7","branch":"gh-actions","tags":["v1.2.7","v1.2","v1"],"updated_at":"2020-05-08T03:41:14.300Z"}

lib/constant.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ exports.TARGET_EVENTS = {
55
'opened',
66
'reopened',
77
'synchronize',
8+
'closed',
89
],
910
'push': '*',
1011
};

0 commit comments

Comments
 (0)