Disable comments on publish_flutter
diff --git a/.github/workflows/publish_flutter.yaml b/.github/workflows/publish_flutter.yaml index b42393e..c69524d 100644 --- a/.github/workflows/publish_flutter.yaml +++ b/.github/workflows/publish_flutter.yaml
@@ -15,6 +15,7 @@ with: use-flutter: true ignore-packages: pkgs/http,pkgs/http_profile,pkgs/web_socket + write-comments: false permissions: id-token: write # Required for authentication using OIDC pull-requests: write # Required for writing the pull request note