Skip to content

Commit 03ffe20

Browse files
feat: build for release
1 parent 4ad2c18 commit 03ffe20

File tree

15 files changed

+141
-196
lines changed

15 files changed

+141
-196
lines changed

README.ja.md

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Assign Author
22

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

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

@@ -20,7 +20,6 @@ Issue や Pull Request に Author をアサインする GitHub Actions です。
2020
- [インストール](#%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB)
2121
- [Action イベント詳細](#action-%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88%E8%A9%B3%E7%B4%B0)
2222
- [対象イベント](#%E5%AF%BE%E8%B1%A1%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88)
23-
- [このアクションを使用しているリポジトリの例](#%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)
2423
- [Author](#author)
2524

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

70-
## このアクションを使用しているリポジトリの例
71-
- [Release GitHub Actions](https://github.com/technote-space/release-github-actions)
72-
- [issue-opened.yml](https://github.com/technote-space/release-github-actions/blob/master/.github/workflows/issue-opened.yml)
73-
- [pr-opened.yml](https://github.com/technote-space/release-github-actions/blob/master/.github/workflows/pr-opened.yml)
74-
- [Auto card labeler](https://github.com/technote-space/auto-card-labeler)
75-
- [issue-opened.yml](https://github.com/technote-space/auto-card-labeler/blob/master/.github/workflows/issue-opened.yml)
76-
- [pr-opened.yml](https://github.com/technote-space/auto-card-labeler/blob/master/.github/workflows/pr-opened.yml)
77-
- [Assign Author](https://github.com/technote-space/assign-author)
78-
- [issue-opened.yml](https://github.com/technote-space/assign-author/blob/master/.github/workflows/issue-opened.yml)
79-
- [pr-opened.yml](https://github.com/technote-space/assign-author/blob/master/.github/workflows/pr-opened.yml)
80-
- [TOC Generator](https://github.com/technote-space/toc-generator)
81-
- [issue-opened.yml](https://github.com/technote-space/toc-generator/blob/master/.github/workflows/issue-opened.yml)
82-
- [pr-opened.yml](https://github.com/technote-space/toc-generator/blob/master/.github/workflows/pr-opened.yml)
83-
- [Package Version Check Action](https://github.com/technote-space/package-version-check-action)
84-
- [issue-opened.yml](https://github.com/technote-space/package-version-check-action/blob/master/.github/workflows/issue-opened.yml)
85-
- [pr-opened.yml](https://github.com/technote-space/package-version-check-action/blob/master/.github/workflows/pr-opened.yml)
86-
- [Get Diff Action](https://github.com/technote-space/get-diff-action)
87-
- [issue-opened.yml](https://github.com/technote-space/get-diff-action/blob/master/.github/workflows/issue-opened.yml)
88-
- [pr-opened.yml](https://github.com/technote-space/get-diff-action/blob/master/.github/workflows/pr-opened.yml)
89-
- [Create Project Card Action](https://github.com/technote-space/create-project-card-action)
90-
- [issue-opened.yml](https://github.com/technote-space/create-project-card-action/blob/master/.github/workflows/issue-opened.yml)
91-
- [pr-opened.yml](https://github.com/technote-space/create-project-card-action/blob/master/.github/workflows/pr-opened.yml)
92-
- [Get git comment action](https://github.com/technote-space/get-git-comment-action)
93-
- [issue-opened.yml](https://github.com/technote-space/get-git-comment-action/blob/master/.github/workflows/issue-opened.yml)
94-
- [pr-opened.yml](https://github.com/technote-space/get-git-comment-action/blob/master/.github/workflows/pr-opened.yml)
95-
9669
## Author
9770
[GitHub (Technote)](https://github.com/technote-space)
9871
[Blog](https://technote.space)

README.md

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Assign Author
22

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

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

@@ -20,7 +20,6 @@
2020
- [Installation](#installation)
2121
- [Action event details](#action-event-details)
2222
- [Target events](#target-events)
23-
- [Example repositories using this Action](#example-repositories-using-this-action)
2423
- [Author](#author)
2524

2625
</details>
@@ -67,32 +66,6 @@
6766
|pull_request, pull_request_target|opened, reopened|
6867
|issues|opened, reopened|
6968

70-
## Example repositories using this Action
71-
- [Release GitHub Actions](https://github.com/technote-space/release-github-actions)
72-
- [issue-opened.yml](https://github.com/technote-space/release-github-actions/blob/master/.github/workflows/issue-opened.yml)
73-
- [pr-opened.yml](https://github.com/technote-space/release-github-actions/blob/master/.github/workflows/pr-opened.yml)
74-
- [Auto card labeler](https://github.com/technote-space/auto-card-labeler)
75-
- [issue-opened.yml](https://github.com/technote-space/auto-card-labeler/blob/master/.github/workflows/issue-opened.yml)
76-
- [pr-opened.yml](https://github.com/technote-space/auto-card-labeler/blob/master/.github/workflows/pr-opened.yml)
77-
- [Assign Author](https://github.com/technote-space/assign-author)
78-
- [issue-opened.yml](https://github.com/technote-space/assign-author/blob/master/.github/workflows/issue-opened.yml)
79-
- [pr-opened.yml](https://github.com/technote-space/assign-author/blob/master/.github/workflows/pr-opened.yml)
80-
- [TOC Generator](https://github.com/technote-space/toc-generator)
81-
- [issue-opened.yml](https://github.com/technote-space/toc-generator/blob/master/.github/workflows/issue-opened.yml)
82-
- [pr-opened.yml](https://github.com/technote-space/toc-generator/blob/master/.github/workflows/pr-opened.yml)
83-
- [Package Version Check Action](https://github.com/technote-space/package-version-check-action)
84-
- [issue-opened.yml](https://github.com/technote-space/package-version-check-action/blob/master/.github/workflows/issue-opened.yml)
85-
- [pr-opened.yml](https://github.com/technote-space/package-version-check-action/blob/master/.github/workflows/pr-opened.yml)
86-
- [Get Diff Action](https://github.com/technote-space/get-diff-action)
87-
- [issue-opened.yml](https://github.com/technote-space/get-diff-action/blob/master/.github/workflows/issue-opened.yml)
88-
- [pr-opened.yml](https://github.com/technote-space/get-diff-action/blob/master/.github/workflows/pr-opened.yml)
89-
- [Create Project Card Action](https://github.com/technote-space/create-project-card-action)
90-
- [issue-opened.yml](https://github.com/technote-space/create-project-card-action/blob/master/.github/workflows/issue-opened.yml)
91-
- [pr-opened.yml](https://github.com/technote-space/create-project-card-action/blob/master/.github/workflows/pr-opened.yml)
92-
- [Get git comment action](https://github.com/technote-space/get-git-comment-action)
93-
- [issue-opened.yml](https://github.com/technote-space/get-git-comment-action/blob/master/.github/workflows/issue-opened.yml)
94-
- [pr-opened.yml](https://github.com/technote-space/get-git-comment-action/blob/master/.github/workflows/pr-opened.yml)
95-
9669
## Author
9770
[GitHub (Technote)](https://github.com/technote-space)
9871
[Blog](https://technote.space)

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"assign-author","sha":"0fe58a1934ed99274fdebaf4db6a49a05f2cae74","ref":"refs/tags/test/v1.5.13.1176315217","tagName":"test/v1.5.13.1176315217","branch":"gh-actions","tags":["test/v1.5.13.1176315217","test/v1.5.13","test/v1.5","test/v1"],"updated_at":"2021-08-28T03:07:20.228Z"}
1+
{"owner":"technote-space","repo":"assign-author","sha":"bfe1e62c9cad2d20d1f91c5bf40ac917aa07c653","ref":"refs/tags/v1.5.13","tagName":"v1.5.13","branch":"gh-actions","tags":["v1.5.13","v1.5","v1"],"updated_at":"2021-08-29T16:17:06.170Z"}

lib/utils/github.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const addAssignees = (assignees, octokit, logger, context) => __awaiter(void 0,
2929
assignees: assignees,
3030
});
3131
}
32-
catch (error) {
32+
catch (error) { // eslint-disable-line @typescript-eslint/no-explicit-any
3333
if ('Resource not accessible by integration' === error.message) {
3434
logger.warn(error.message);
3535
}

node_modules/.yarn-integrity

Lines changed: 16 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@technote-space/filter-github-action/package.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)