Skip to content

[ALL] 로컬 서버내 백엔드-프론트 동작 위한 도커 파일들 정의(#84) #131

[ALL] 로컬 서버내 백엔드-프론트 동작 위한 도커 파일들 정의(#84)

[ALL] 로컬 서버내 백엔드-프론트 동작 위한 도커 파일들 정의(#84) #131

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: Logging Response
run: |
echo "PULL_REQUEST = $(jq .pull_request <<< "${{ toJson(github.event.pull_request) }}")"
echo "SENDER = $(jq .sender <<< "${{ toJson(github.event.sender) }}")"
- name: All Label
uses: wow-actions/auto-assign@v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
reviewers: ashsty, jcoding-play, hjk0761, youngsu5582, 00kang, pp449, chlwlstlf
assignees: ${{ github.event.pull_request.sender.login }}
includeLabels: ALL
- name: Backend Label
uses: wow-actions/auto-assign@v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
reviewers: ashsty, jcoding-play, hjk0761, youngsu5582
assignees: ${{ github.event.pull_request.sender.login }}
includeLabels: BE
- name: Frontend Label
uses: wow-actions/auto-assign@v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
reviewers: 00kang, pp449, chlwlstlf
assignees: ${{ github.event.pull_request.sender.login }}
includeLabels: FE