@@ -44,8 +44,6 @@ Issue や Pull Request に Author をアサインする GitHub Actions です。
4444 steps :
4545 - name : Assign author to PR
4646 uses : technote-space/assign-author@v1
47- with :
48- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4947 ` ` `
5048 e.g. ` .github/workflows/issues.yml`
5149 ` ` ` yaml
@@ -60,8 +58,6 @@ Issue や Pull Request に Author をアサインする GitHub Actions です。
6058 steps:
6159 - name: Assign author to issue
6260 uses: technote-space/assign-author@v1
63- with:
64- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6561 ` ` `
6662
6763# # Action イベント詳細
@@ -73,31 +69,31 @@ Issue や Pull Request に Author をアサインする GitHub Actions です。
7369|issues|opened|
7470|issues|rerequested|
7571
76- # # このアクションを使用しているアクションの例
72+ # # このアクションを使用しているリポジトリの例
7773- [Release GitHub Actions](https://github.com/technote-space/release-github-actions)
78- - [issue_opened .yml](https://github.com/technote-space/release-github-actions/blob/master/.github/workflows/issue_opened .yml)
79- - [pr_opened .yml](https://github.com/technote-space/release-github-actions/blob/master/.github/workflows/pr_opened .yml)
74+ - [issue-opened .yml](https://github.com/technote-space/release-github-actions/blob/master/.github/workflows/issue-opened .yml)
75+ - [pr-opened .yml](https://github.com/technote-space/release-github-actions/blob/master/.github/workflows/pr-opened .yml)
8076- [Auto card labeler](https://github.com/technote-space/auto-card-labeler)
81- - [issue_opened .yml](https://github.com/technote-space/auto-card-labeler/blob/master/.github/workflows/issue_opened .yml)
82- - [pr_opened .yml](https://github.com/technote-space/auto-card-labeler/blob/master/.github/workflows/pr_opened .yml)
77+ - [issue-opened .yml](https://github.com/technote-space/auto-card-labeler/blob/master/.github/workflows/issue-opened .yml)
78+ - [pr-opened .yml](https://github.com/technote-space/auto-card-labeler/blob/master/.github/workflows/pr-opened .yml)
8379- [Assign Author](https://github.com/technote-space/assign-author)
84- - [issue_opened .yml](https://github.com/technote-space/assign-author/blob/master/.github/workflows/issue_opened .yml)
85- - [pr_opened .yml](https://github.com/technote-space/assign-author/blob/master/.github/workflows/pr_opened .yml)
80+ - [issue-opened .yml](https://github.com/technote-space/assign-author/blob/master/.github/workflows/issue-opened .yml)
81+ - [pr-opened .yml](https://github.com/technote-space/assign-author/blob/master/.github/workflows/pr-opened .yml)
8682- [TOC Generator](https://github.com/technote-space/toc-generator)
87- - [issue_opened .yml](https://github.com/technote-space/toc-generator/blob/master/.github/workflows/issue_opened .yml)
88- - [pr_opened .yml](https://github.com/technote-space/toc-generator/blob/master/.github/workflows/pr_opened .yml)
83+ - [issue-opened .yml](https://github.com/technote-space/toc-generator/blob/master/.github/workflows/issue-opened .yml)
84+ - [pr-opened .yml](https://github.com/technote-space/toc-generator/blob/master/.github/workflows/pr-opened .yml)
8985- [Package Version Check Action](https://github.com/technote-space/package-version-check-action)
90- - [issue_opened .yml](https://github.com/technote-space/package-version-check-action/blob/master/.github/workflows/issue_opened .yml)
91- - [pr_opened .yml](https://github.com/technote-space/package-version-check-action/blob/master/.github/workflows/pr_opened .yml)
86+ - [issue-opened .yml](https://github.com/technote-space/package-version-check-action/blob/master/.github/workflows/issue-opened .yml)
87+ - [pr-opened .yml](https://github.com/technote-space/package-version-check-action/blob/master/.github/workflows/pr-opened .yml)
9288- [Get Diff Action](https://github.com/technote-space/get-diff-action)
93- - [issue_opened .yml](https://github.com/technote-space/get-diff-action/blob/master/.github/workflows/issue_opened .yml)
94- - [pr_opened .yml](https://github.com/technote-space/get-diff-action/blob/master/.github/workflows/pr_opened .yml)
89+ - [issue-opened .yml](https://github.com/technote-space/get-diff-action/blob/master/.github/workflows/issue-opened .yml)
90+ - [pr-opened .yml](https://github.com/technote-space/get-diff-action/blob/master/.github/workflows/pr-opened .yml)
9591- [Create Project Card Action](https://github.com/technote-space/create-project-card-action)
96- - [issue_opened .yml](https://github.com/technote-space/create-project-card-action/blob/master/.github/workflows/issue_opened .yml)
97- - [pr_opened .yml](https://github.com/technote-space/create-project-card-action/blob/master/.github/workflows/pr_opened .yml)
92+ - [issue-opened .yml](https://github.com/technote-space/create-project-card-action/blob/master/.github/workflows/issue-opened .yml)
93+ - [pr-opened .yml](https://github.com/technote-space/create-project-card-action/blob/master/.github/workflows/pr-opened .yml)
9894- [Get git comment action](https://github.com/technote-space/get-git-comment-action)
99- - [issue_opened .yml](https://github.com/technote-space/get-git-comment-action/blob/master/.github/workflows/issue_opened .yml)
100- - [pr_opened .yml](https://github.com/technote-space/get-git-comment-action/blob/master/.github/workflows/pr_opened .yml)
95+ - [issue-opened .yml](https://github.com/technote-space/get-git-comment-action/blob/master/.github/workflows/issue-opened .yml)
96+ - [pr-opened .yml](https://github.com/technote-space/get-git-comment-action/blob/master/.github/workflows/pr-opened .yml)
10197
10298# # Author
10399[GitHub (Technote)](https://github.com/technote-space)
0 commit comments