mirror of https://github.com/grpc/grpc-dart.git
14 lines
369 B
YAML
14 lines
369 B
YAML
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:
|
|
checks: "changelog,do-not-submit,breaking,coverage,leaking"
|
|
ignore_coverage: "example/**,interop/**"
|
|
permissions:
|
|
pull-requests: write
|