Skip to content

[feat] homeSection2 api 연결 #44

[feat] homeSection2 api 연결

[feat] homeSection2 api 연결 #44

Workflow file for this run

name: PR labeler
on:
issues:
types: [opened]
pull_request:
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@v1
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}