Skip to content

[Feat/#37] payer-inquiry api 연결 및 item-list 페이지 구현 #43

[Feat/#37] payer-inquiry api 연결 및 item-list 페이지 구현

[Feat/#37] payer-inquiry api 연결 및 item-list 페이지 구현 #43

Workflow file for this run

name: Auto Labeler
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
pull-requests: write
steps:
- name: Check Labels
id: labeler
uses: jimschubert/labeler-action@v2
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}