Skip to content

Commit

Permalink
YW2-238 feat: auto-assign-action 스크립트 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
rilac1 committed Oct 14, 2023
1 parent 4e680dc commit 6091c3a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Pull Requests

on:
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
pull_request:
types: [ opened, reopened, ready_for_review ]

jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: Auto assign for PR
uses: kentaro-m/[email protected]
with:
configuration-path: .github/pull_request_auto_assign.yml

0 comments on commit 6091c3a

Please sign in to comment.