Skip to content

Commit

Permalink
CHORE : auto-assinger.yml 추가 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
choidongkuen committed Feb 29, 2024
1 parent 2cf5f9f commit 52e3f39
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/auto-assinger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 👌Auto assigner

on:
pull_request:
types:
- opened

jobs:
assign:
runs-on: ubuntu-latest
steps:
- uses: hkusu/review-assign-action@v1
with:
assignees: ${{ github.actor }}

0 comments on commit 52e3f39

Please sign in to comment.