Skip to content

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Mar 9, 2020
2 parents 8538a29 + 6baaf9d commit 1ff15a6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [1.0.1] - 2020-03-09
### Changed
* Update documents

## 1.0.0 - 2020-03-09
### Added
* Execute comment

[Unreleased]: https://github.com/nwtgck/actions-netlify/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/nwtgck/actions-netlify/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/nwtgck/actions-netlify/compare/v1.0.0...v1.0.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
# 0 indicates all history
fetch-depth: 0
- uses: nwtgck/actions-comment-run@develop
- uses: nwtgck/actions-comment-run@v1.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
allowed-associations: '["OWNER"]'
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Comment Run Actions'
description: 'Run maintainer comments'
description: 'Execute comment from issues and pull requests'
author: 'Ryo Ota <nwtgck@nwtgck.org>'
inputs:
github-token:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "actions-comment-run",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"description": "Comment run action",
"main": "lib/main.js",
Expand Down

0 comments on commit 1ff15a6

Please # to comment.