@@ -44,8 +44,6 @@ Issue や Pull Request に Author をアサインする GitHub Actions です。
44
44
steps :
45
45
- name : Assign author to PR
46
46
uses : technote-space/assign-author@v1
47
- with :
48
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
49
47
` ` `
50
48
e.g. ` .github/workflows/issues.yml`
51
49
` ` ` yaml
@@ -60,8 +58,6 @@ Issue や Pull Request に Author をアサインする GitHub Actions です。
60
58
steps:
61
59
- name: Assign author to issue
62
60
uses: technote-space/assign-author@v1
63
- with:
64
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65
61
` ` `
66
62
67
63
# # Action イベント詳細
@@ -73,31 +69,31 @@ Issue や Pull Request に Author をアサインする GitHub Actions です。
73
69
|issues|opened|
74
70
|issues|rerequested|
75
71
76
- # # このアクションを使用しているアクションの例
72
+ # # このアクションを使用しているリポジトリの例
77
73
- [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)
80
76
- [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)
83
79
- [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)
86
82
- [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)
89
85
- [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)
92
88
- [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)
95
91
- [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)
98
94
- [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)
101
97
102
98
# # Author
103
99
[GitHub (Technote)](https://github.com/technote-space)
0 commit comments