Skip to content

chore: bump subosito/flutter-action from 2.16.0 to 2.18.0 #274

chore: bump subosito/flutter-action from 2.16.0 to 2.18.0

chore: bump subosito/flutter-action from 2.16.0 to 2.18.0 #274

Workflow file for this run

name: Auto Approve
on: pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/[email protected]
if: |
github.actor == 'dependabot[bot]' ||
contains(github.event.pull_request.labels.*.name, 'safe to approve')
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"