Skip to content

Feature: 안드로이드 뒤로가기 버튼 개선, Footer 개선, splash screen 개선 #520

Feature: 안드로이드 뒤로가기 버튼 개선, Footer 개선, splash screen 개선

Feature: 안드로이드 뒤로가기 버튼 개선, Footer 개선, splash screen 개선 #520

Workflow file for this run

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