Skip to content

Commit

Permalink
chore(.github): PR시 작성자가 Assignees이 되는 action 추가 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
sukvvon authored Feb 13, 2024
1 parent 818948a commit 9e21745
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Set addAssignees to 'author' to set the PR creator as the assignee.
addAssignees: author
13 changes: 13 additions & 0 deletions .github/workflows/assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Assign
on:
pull_request_target:
types: [opened, ready_for_review]

jobs:
add-assignees:
runs-on: ubuntu-latest

steps:
- uses: kentaro-m/[email protected]
with:
configuration-path: '.github/assign.yml' # Only needed if you use something other than .github/auto_assign.yml

0 comments on commit 9e21745

Please sign in to comment.