Skip to content

UnsupportedOperationException on Android 5.1 after changes between v29.0.0 and v29.1.0 #6

UnsupportedOperationException on Android 5.1 after changes between v29.0.0 and v29.1.0

UnsupportedOperationException on Android 5.1 after changes between v29.0.0 and v29.1.0 #6

name: Label New Issues
on:
issues:
types: [opened]
jobs:
add-label:
runs-on: ubuntu-latest
steps:
- name: Add 'needs response' label to new issues
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: 'needs response'