Skip to content

[BE] feat: Festival 엔티티 startDate, endDate 필드 FestivalDuration 값 타입 변경 및 thumbnail 필드명 변경 (#880) #1407

[BE] feat: Festival 엔티티 startDate, endDate 필드 FestivalDuration 값 타입 변경 및 thumbnail 필드명 변경 (#880)

[BE] feat: Festival 엔티티 startDate, endDate 필드 FestivalDuration 값 타입 변경 및 thumbnail 필드명 변경 (#880) #1407

Workflow file for this run

name: Assign Reviewer By Label
on:
pull_request:
types:
- opened
- edited
- labeled
- unlabeled
jobs:
assign-reviewer:
runs-on: ubuntu-latest
steps:
- name: All Label
uses: wow-actions/auto-assign@v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
reviewers: BGuga, seokjin8678, xxeol2, carsago, SeongHoonC, EmilyCh0, re4rk
assignees: ${{ github.event.pull_request.user.login }}
includeLabels: ALL
excludeLabels: WIP
- name: Android Label
uses: wow-actions/auto-assign@v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
reviewers: SeongHoonC, EmilyCh0, re4rk
assignees: ${{ github.event.pull_request.user.login }}
includeLabels: AN
excludeLabels: WIP
- name: Backend Label
uses: wow-actions/auto-assign@v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
reviewers: BGuga, seokjin8678, xxeol2, carsago
assignees: ${{ github.event.pull_request.user.login }}
includeLabels: BE
excludeLabels: WIP