Skip to content

[FEAT] Accordion 컴포넌트, 스토리북 #11

[FEAT] Accordion 컴포넌트, 스토리북

[FEAT] Accordion 컴포넌트, 스토리북 #11

Workflow file for this run

name: Issue PR Labeler
on:
issues:
types:
- opened
- edited
pull_request:
types:
- opened
- reopened
- edited
jobs:
labeling:
runs-on: ubuntu-latest
permissions:
contents: read
issues: write
pull-requests: write
steps:
- name: Run Issue PR Labeler
uses: hoho4190/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
disable-bot: true
config-file-name: labeler-config.yaml
add_reviewers:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/[email protected]
with:
configuration-path: '.github/auto-assign.yml'