mirror of https://github.com/grpc/grpc-dart.git
12 lines
365 B
YAML
12 lines
365 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@9fabe464ea1d8408774de74d2ac759c1f90ae480
|
|
with:
|
|
checks: "version,changelog,do-not-submit,breaking,coverage,leaking"
|
|
permissions:
|
|
pull-requests: write |