Skip to content

fix: disable R8 full mode for flutter_local_notifications #1964

fix: disable R8 full mode for flutter_local_notifications

fix: disable R8 full mode for flutter_local_notifications #1964

Workflow file for this run

name: Pull Request
on:
pull_request:
types:
- labeled
- unlabeled
- opened
- edited
- reopened
- synchronize
- ready_for_review
- unlocked
permissions:
pull-requests: write
jobs:
add-labels:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
sync-labels: true # allow removing labels when changes are reverted
dot: true # have ** include hidden files as well
assign-author:
if: github.event.action == 'opened' || github.event.action == 'reopened'
runs-on: ubuntu-latest
steps:
- uses: toshimaru/auto-author-assign@v1.6.2