From 5874a147986c58541d59843cb2c4493d5cda0615 Mon Sep 17 00:00:00 2001 From: Brian Quinlan Date: Wed, 23 Oct 2024 15:24:43 -0700 Subject: [PATCH] Update dart_health.yaml --- .github/workflows/dart_health.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dart_health.yaml b/.github/workflows/dart_health.yaml index a462e05617..abcc92146f 100644 --- a/.github/workflows/dart_health.yaml +++ b/.github/workflows/dart_health.yaml @@ -30,5 +30,7 @@ jobs: with: sdk: stable ignore_packages: 'pkgs/cronet_http,pkgs/cupertino_http,pkgs/flutter_http_example,pkgs/java_http,pkgs/ok_http' + fail_on: "changelog,license,coverage,breaking,do-not-submit,leaking" + warn_on: "" permissions: pull-requests: write