Skip to content

fix interaction with android (#38) #90

fix interaction with android (#38)

fix interaction with android (#38) #90

Workflow file for this run

name: Pull Request Labeler
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
triage:
runs-on: ubuntu-latest
steps:
- name: labeler
uses: actions/labeler@v4
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'