Skip to content

Add PR health workflow #2

Add PR health workflow

Add PR health workflow #2

Workflow file for this run

name: Health
on:
pull_request:
branches: [ master ]
types: [opened, synchronize, reopened, labeled, unlabeled]
jobs:
health:
uses: dart-lang/ecosystem/.github/workflows/health.yaml@main
with:
coverage_web: false
sdk: dev
permissions:
pull-requests: write