From 96acd7c3b10e46f8d3835af9e983ee01fdaa89e2 Mon Sep 17 00:00:00 2001 From: Moritz Date: Mon, 25 Sep 2023 09:39:59 +0200 Subject: [PATCH] Write comments on forks (#727) --- .github/workflows/publish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index dab88967..041c8d8b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -12,3 +12,5 @@ jobs: publish: if: ${{ github.repository_owner == 'dart-lang' }} uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main + with: + write-comments: false