Sign in
dart
/
ecosystem
/
36c662eb0a41cbd78c279b8a9e926ea2dbfe713f
/
.
/
.github
/
workflows
/
health_internal.yaml
blob: 81616c55d522d83cb03a6bb92f1eebc8afbad552 [
file
] [
log
] [
blame
]
# A CI configuration to check PR health.
name:
Health
on:
pull_request:
branches:
[ main ]
types:
[opened, synchronize, reopened, labeled, unlabeled]
jobs:
health:
uses:
./.github/workflows/health.yaml
with:
checks:
"changelog,license"