Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
8ffd17b
chore: update npm dependencies
technote-space Jun 26, 2021
b5da973
feat: update package version
technote-space Jun 26, 2021
9af49bc
chore: update npm dependencies
technote-space Jun 29, 2021
0a06bb2
chore: update npm dependencies
technote-space Jul 3, 2021
fe4cf24
chore: update npm dependencies
technote-space Jul 6, 2021
2850f88
chore: update npm dependencies
technote-space Jul 10, 2021
c71408d
Merge remote-tracking branch 'origin/master' into release/next-v1.5.12
technote-space Jul 13, 2021
055341f
chore: update npm dependencies
technote-space Jul 13, 2021
e32850c
chore: update npm dependencies
technote-space Jul 17, 2021
e387720
chore: update npm dependencies
technote-space Jul 20, 2021
1e84859
chore: update npm dependencies
technote-space Jul 24, 2021
fd67c48
chore: update npm dependencies
technote-space Jul 27, 2021
eee0197
chore: update npm dependencies
technote-space Jul 31, 2021
2509ab8
chore: update npm dependencies
technote-space Aug 3, 2021
c702efc
chore: update npm dependencies
technote-space Aug 7, 2021
6aadfce
chore: update npm dependencies
technote-space Aug 10, 2021
0b109d3
chore: update npm dependencies
technote-space Aug 14, 2021
a792df9
chore: update npm dependencies
technote-space Aug 17, 2021
136aab1
chore: update npm dependencies
technote-space Aug 21, 2021
e7244aa
chore: update npm dependencies
technote-space Aug 24, 2021
0fe58a1
chore: update npm dependencies
technote-space Aug 28, 2021
e7c6e0d
chore: update packages
technote-space Aug 29, 2021
2fe6684
fix: type error
technote-space Aug 29, 2021
bf43b98
chore: tweaks
technote-space Aug 29, 2021
b2b91d0
chore(docs): update TOC
technote-space Aug 29, 2021
0c3803b
Merge pull request #234 from technote-space/toc-generator/update-toc-…
technote-space Aug 29, 2021
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
31 changes: 2 additions & 29 deletions README.ja.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Assign Author

[![CI Status](https://github.com/technote-space/assign-author/workflows/CI/badge.svg)](https://github.com/technote-space/assign-author/actions)
[![codecov](https://codecov.io/gh/technote-space/assign-author/branch/master/graph/badge.svg)](https://codecov.io/gh/technote-space/assign-author)
[![codecov](https://codecov.io/gh/technote-space/assign-author/branch/main/graph/badge.svg)](https://codecov.io/gh/technote-space/assign-author)
[![CodeFactor](https://www.codefactor.io/repository/github/technote-space/assign-author/badge)](https://www.codefactor.io/repository/github/technote-space/assign-author)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/assign-author/blob/master/LICENSE)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/assign-author/blob/main/LICENSE)

*Read this in other languages: [English](README.md), [日本語](README.ja.md).*

Expand All @@ -20,7 +20,6 @@ Issue や Pull Request に Author をアサインする GitHub Actions です。
- [インストール](#%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB)
- [Action イベント詳細](#action-%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88%E8%A9%B3%E7%B4%B0)
- [対象イベント](#%E5%AF%BE%E8%B1%A1%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88)
- [このアクションを使用しているリポジトリの例](#%E3%81%93%E3%81%AE%E3%82%A2%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%B3%E3%82%92%E4%BD%BF%E7%94%A8%E3%81%97%E3%81%A6%E3%81%84%E3%82%8B%E3%83%AA%E3%83%9D%E3%82%B8%E3%83%88%E3%83%AA%E3%81%AE%E4%BE%8B)
- [Author](#author)

</details>
Expand Down Expand Up @@ -67,32 +66,6 @@ Issue や Pull Request に Author をアサインする GitHub Actions です。
|pull_request, pull_request_target|opened, reopened|
|issues|opened, reopened|

## このアクションを使用しているリポジトリの例
- [Release GitHub Actions](https://github.com/technote-space/release-github-actions)
- [issue-opened.yml](https://github.com/technote-space/release-github-actions/blob/master/.github/workflows/issue-opened.yml)
- [pr-opened.yml](https://github.com/technote-space/release-github-actions/blob/master/.github/workflows/pr-opened.yml)
- [Auto card labeler](https://github.com/technote-space/auto-card-labeler)
- [issue-opened.yml](https://github.com/technote-space/auto-card-labeler/blob/master/.github/workflows/issue-opened.yml)
- [pr-opened.yml](https://github.com/technote-space/auto-card-labeler/blob/master/.github/workflows/pr-opened.yml)
- [Assign Author](https://github.com/technote-space/assign-author)
- [issue-opened.yml](https://github.com/technote-space/assign-author/blob/master/.github/workflows/issue-opened.yml)
- [pr-opened.yml](https://github.com/technote-space/assign-author/blob/master/.github/workflows/pr-opened.yml)
- [TOC Generator](https://github.com/technote-space/toc-generator)
- [issue-opened.yml](https://github.com/technote-space/toc-generator/blob/master/.github/workflows/issue-opened.yml)
- [pr-opened.yml](https://github.com/technote-space/toc-generator/blob/master/.github/workflows/pr-opened.yml)
- [Package Version Check Action](https://github.com/technote-space/package-version-check-action)
- [issue-opened.yml](https://github.com/technote-space/package-version-check-action/blob/master/.github/workflows/issue-opened.yml)
- [pr-opened.yml](https://github.com/technote-space/package-version-check-action/blob/master/.github/workflows/pr-opened.yml)
- [Get Diff Action](https://github.com/technote-space/get-diff-action)
- [issue-opened.yml](https://github.com/technote-space/get-diff-action/blob/master/.github/workflows/issue-opened.yml)
- [pr-opened.yml](https://github.com/technote-space/get-diff-action/blob/master/.github/workflows/pr-opened.yml)
- [Create Project Card Action](https://github.com/technote-space/create-project-card-action)
- [issue-opened.yml](https://github.com/technote-space/create-project-card-action/blob/master/.github/workflows/issue-opened.yml)
- [pr-opened.yml](https://github.com/technote-space/create-project-card-action/blob/master/.github/workflows/pr-opened.yml)
- [Get git comment action](https://github.com/technote-space/get-git-comment-action)
- [issue-opened.yml](https://github.com/technote-space/get-git-comment-action/blob/master/.github/workflows/issue-opened.yml)
- [pr-opened.yml](https://github.com/technote-space/get-git-comment-action/blob/master/.github/workflows/pr-opened.yml)

## Author
[GitHub (Technote)](https://github.com/technote-space)
[Blog](https://technote.space)
31 changes: 2 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Assign Author

[![CI Status](https://github.com/technote-space/assign-author/workflows/CI/badge.svg)](https://github.com/technote-space/assign-author/actions)
[![codecov](https://codecov.io/gh/technote-space/assign-author/branch/master/graph/badge.svg)](https://codecov.io/gh/technote-space/assign-author)
[![codecov](https://codecov.io/gh/technote-space/assign-author/branch/main/graph/badge.svg)](https://codecov.io/gh/technote-space/assign-author)
[![CodeFactor](https://www.codefactor.io/repository/github/technote-space/assign-author/badge)](https://www.codefactor.io/repository/github/technote-space/assign-author)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/assign-author/blob/master/LICENSE)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/technote-space/assign-author/blob/main/LICENSE)

*Read this in other languages: [English](README.md), [日本語](README.ja.md).*

Expand All @@ -20,7 +20,6 @@
- [Installation](#installation)
- [Action event details](#action-event-details)
- [Target events](#target-events)
- [Example repositories using this Action](#example-repositories-using-this-action)
- [Author](#author)

</details>
Expand Down Expand Up @@ -67,32 +66,6 @@
|pull_request, pull_request_target|opened, reopened|
|issues|opened, reopened|

## Example repositories using this Action
- [Release GitHub Actions](https://github.com/technote-space/release-github-actions)
- [issue-opened.yml](https://github.com/technote-space/release-github-actions/blob/master/.github/workflows/issue-opened.yml)
- [pr-opened.yml](https://github.com/technote-space/release-github-actions/blob/master/.github/workflows/pr-opened.yml)
- [Auto card labeler](https://github.com/technote-space/auto-card-labeler)
- [issue-opened.yml](https://github.com/technote-space/auto-card-labeler/blob/master/.github/workflows/issue-opened.yml)
- [pr-opened.yml](https://github.com/technote-space/auto-card-labeler/blob/master/.github/workflows/pr-opened.yml)
- [Assign Author](https://github.com/technote-space/assign-author)
- [issue-opened.yml](https://github.com/technote-space/assign-author/blob/master/.github/workflows/issue-opened.yml)
- [pr-opened.yml](https://github.com/technote-space/assign-author/blob/master/.github/workflows/pr-opened.yml)
- [TOC Generator](https://github.com/technote-space/toc-generator)
- [issue-opened.yml](https://github.com/technote-space/toc-generator/blob/master/.github/workflows/issue-opened.yml)
- [pr-opened.yml](https://github.com/technote-space/toc-generator/blob/master/.github/workflows/pr-opened.yml)
- [Package Version Check Action](https://github.com/technote-space/package-version-check-action)
- [issue-opened.yml](https://github.com/technote-space/package-version-check-action/blob/master/.github/workflows/issue-opened.yml)
- [pr-opened.yml](https://github.com/technote-space/package-version-check-action/blob/master/.github/workflows/pr-opened.yml)
- [Get Diff Action](https://github.com/technote-space/get-diff-action)
- [issue-opened.yml](https://github.com/technote-space/get-diff-action/blob/master/.github/workflows/issue-opened.yml)
- [pr-opened.yml](https://github.com/technote-space/get-diff-action/blob/master/.github/workflows/pr-opened.yml)
- [Create Project Card Action](https://github.com/technote-space/create-project-card-action)
- [issue-opened.yml](https://github.com/technote-space/create-project-card-action/blob/master/.github/workflows/issue-opened.yml)
- [pr-opened.yml](https://github.com/technote-space/create-project-card-action/blob/master/.github/workflows/pr-opened.yml)
- [Get git comment action](https://github.com/technote-space/get-git-comment-action)
- [issue-opened.yml](https://github.com/technote-space/get-git-comment-action/blob/master/.github/workflows/issue-opened.yml)
- [pr-opened.yml](https://github.com/technote-space/get-git-comment-action/blob/master/.github/workflows/pr-opened.yml)

## Author
[GitHub (Technote)](https://github.com/technote-space)
[Blog](https://technote.space)
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@technote-space/assign-author",
"version": "1.5.12",
"version": "1.5.13",
"description": "GitHub actions to assign author to issue or PR.",
"keywords": [
"github",
Expand Down Expand Up @@ -36,29 +36,29 @@
"postinstall": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/husky ] || husky install"
},
"dependencies": {
"@actions/core": "^1.4.0",
"@actions/core": "^1.5.0",
"@actions/github": "^5.0.0",
"@technote-space/filter-github-action": "^0.5.28",
"@technote-space/github-action-helper": "^5.2.9",
"@technote-space/github-action-log-helper": "^0.1.28"
"@technote-space/filter-github-action": "^0.5.45",
"@technote-space/github-action-helper": "^5.2.19",
"@technote-space/github-action-log-helper": "^0.1.39"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@technote-space/github-action-test-helper": "^0.7.13",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@technote-space/github-action-test-helper": "^0.7.25",
"@technote-space/release-github-actions-cli": "^1.8.6",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.4",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"eslint": "^7.29.0",
"husky": "^6.0.0",
"jest": "^27.0.5",
"jest-circus": "^27.0.5",
"lint-staged": "^11.0.0",
"nock": "^13.1.0",
"ts-jest": "^27.0.3",
"typescript": "^4.3.4"
"@types/jest": "^27.0.1",
"@types/node": "^16.7.5",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"eslint": "^7.32.0",
"husky": "^7.0.2",
"jest": "^27.1.0",
"jest-circus": "^27.1.0",
"lint-staged": "^11.1.2",
"nock": "^13.1.3",
"ts-jest": "^27.0.5",
"typescript": "^4.4.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion src/utils/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const addAssignees = async(assignees: string[] | false, octokit: Octokit,
'issue_number': context.issue.number,
assignees: assignees,
});
} catch (error) {
} catch (error: any) { // eslint-disable-line @typescript-eslint/no-explicit-any
if ('Resource not accessible by integration' === error.message) {
logger.warn(error.message);
} else {
Expand Down
Loading