Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 177e398

Browse files
committed
auto-author-assignを導入
1 parent c5b1054 commit 177e398

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: 'Auto Author Assign'
2+
3+
on:
4+
pull_request_target:
5+
types: [opened, reopened]
6+
7+
jobs:
8+
assign-author:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: toshimaru/auto-author-assign@v1.2.0
12+
with:
13+
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)