blob: 6779e76d0b9e75d73894fd5cae5c00dde3994407 [file]
name: Groundskeeper
on:
schedule:
- cron: '0 0 * * *' # Daily at 00:00 UTC
workflow_dispatch: # Allows manual triggering
jobs:
tidy:
permissions:
contents: write
pull-requests: write
strategy:
fail-fast: false
matrix:
package:
- args
- async
- characters
- collection
- convert
- crypto
- fixnum
- lints
- logging
- os_detect
- path
- platform
- typed_data
uses: dart-lang/ecosystem/.github/workflows/groundskeeper.yml@main
with:
directory: pkgs/${{ matrix.package }}
branch: auto-tidy-${{ matrix.package }}
title: 'Tidy: package:${{ matrix.package }}'
secrets: inherit