Skip to content

[Hotfix] 스터디 신청 기간 날짜 겹치지 않도록 수정 #128

[Hotfix] 스터디 신청 기간 날짜 겹치지 않도록 수정

[Hotfix] 스터디 신청 기간 날짜 겹치지 않도록 수정 #128

Workflow file for this run

name: Auto Assign
on:
pull_request:
types: [opened, ready_for_review, converted_to_draft]
issues:
types: [opened]
jobs:
assign_pull_request:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: hkusu/review-assign-action@v1
with:
assignees: ${{ github.actor }}
auto_assign_issue:
runs-on: ubuntu-latest
if: github.event_name == 'issues'
permissions:
issues: write
steps:
- name: "Auto-assign issue"
uses: pozil/auto-assign-issue@v2
with:
assignees: ${{ github.actor }}