Skip to content

update(friends): make add friend input visible on mobile #567

update(friends): make add friend input visible on mobile

update(friends): make add friend input visible on mobile #567

Workflow file for this run

name: Add Label
on:
pull_request:
types:
- opened
jobs:
add-label:
name: Add Label
runs-on: ubuntu-latest
permissions:
checks: write
pull-requests: write
contents: write
issues: read
steps:
- uses: actions/[email protected]
- uses: delivery-much/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- uses: christianvuerings/[email protected]
with:
labels: |
Missing dev review
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}