Skip to content

Commit 1ff15a6

Browse files
committed
Merge branch 'release/1.0.1'
2 parents 8538a29 + 6baaf9d commit 1ff15a6

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55

66
## [Unreleased]
77

8+
## [1.0.1] - 2020-03-09
9+
### Changed
10+
* Update documents
11+
812
## 1.0.0 - 2020-03-09
913
### Added
1014
* Execute comment
1115

12-
[Unreleased]: https://github.com/nwtgck/actions-netlify/compare/v1.0.0...HEAD
16+
[Unreleased]: https://github.com/nwtgck/actions-netlify/compare/v1.0.1...HEAD
17+
[1.0.1]: https://github.com/nwtgck/actions-netlify/compare/v1.0.0...v1.0.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
# 0 indicates all history
4141
fetch-depth: 0
42-
- uses: nwtgck/actions-comment-run@develop
42+
- uses: nwtgck/actions-comment-run@v1.0
4343
with:
4444
github-token: ${{ secrets.GITHUB_TOKEN }}
4545
allowed-associations: '["OWNER"]'

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Comment Run Actions'
2-
description: 'Run maintainer comments'
2+
description: 'Execute comment from issues and pull requests'
33
author: 'Ryo Ota <[email protected]>'
44
inputs:
55
github-token:

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "actions-comment-run",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": true,
55
"description": "Comment run action",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)