Skip to content

Support mobile display #2383

Support mobile display

Support mobile display #2383

Workflow file for this run

name: Triage
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
triage:
if: github.event_name == 'pull_request'
name: 'Triage'
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'