Skip to content

Sentry is trying to get a Screenshot when not on the UI Thread #51

Sentry is trying to get a Screenshot when not on the UI Thread

Sentry is trying to get a Screenshot when not on the UI Thread #51

name: Add Platform Label
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
add_label:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- uses: andymckay/labeler@1.0.4
with:
add-labels: "Platform: Xamarin"
repo-token: ${{ secrets.GITHUB_TOKEN }}