Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ Issue や Pull Request に Author をアサインする GitHub Actions です。
| eventName | action |
|:---:|:---:|
|pull_request|opened|
|pull_request|rerequested|
|pull_request|reopened|
|issues|opened|
|issues|rerequested|
|issues|reopened|

## このアクションを使用しているリポジトリの例
- [Release GitHub Actions](https://github.com/technote-space/release-github-actions)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
| eventName | action |
|:---:|:---:|
|pull_request|opened|
|pull_request|rerequested|
|pull_request|reopened|
|issues|opened|
|issues|rerequested|
|issues|reopened|

## Example repositories using this Action
- [Release GitHub Actions](https://github.com/technote-space/release-github-actions)
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/assign-author",
"version": "1.3.0",
"version": "1.3.1",
"description": "GitHub actions to assign author to issue or PR.",
"author": {
"name": "Technote",
Expand Down Expand Up @@ -28,24 +28,24 @@
"dependencies": {
"@actions/core": "^1.2.3",
"@actions/github": "^2.1.1",
"@technote-space/filter-github-action": "^0.2.5",
"@technote-space/github-action-helper": "^1.2.2"
"@technote-space/filter-github-action": "^0.2.6",
"@technote-space/github-action-helper": "^2.0.0"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@technote-space/github-action-test-helper": "^0.2.5",
"@technote-space/release-github-actions-cli": "^1.4.1",
"@types/jest": "^25.1.3",
"@types/node": "^13.7.7",
"@typescript-eslint/eslint-plugin": "^2.22.0",
"@typescript-eslint/parser": "^2.22.0",
"@technote-space/github-action-test-helper": "^0.3.1",
"@technote-space/release-github-actions-cli": "^1.5.3",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.2",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"eslint": "^6.8.0",
"husky": "^4.2.3",
"jest": "^25.1.0",
"jest-circus": "^25.1.0",
"lint-staged": "^10.0.8",
"nock": "^12.0.2",
"nock": "^12.0.3",
"ts-jest": "^25.2.1",
"typescript": "^3.8.3"
},
Expand Down
Loading