| name: Health |
| permissions: read-all |
| |
| on: |
| pull_request: |
| branches: [ main ] |
| types: [opened, synchronize, reopened, labeled, unlabeled] |
| |
| jobs: |
| health: |
| uses: dart-lang/ecosystem/.github/workflows/health.yaml@main |
| with: |
| ignore_coverage: "**.mock.dart,**.g.dart" |
| ignore_license: "**.mock.dart,**.g.dart,**.mocks.dart,pkgs/markdown/**" |
| license_test_string: "// Copyright" |
| license: | |
| // Copyright (c) %YEAR%, the Dart project authors. Please see the AUTHORS file |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| permissions: |
| pull-requests: write |