We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49dd891 commit 085f605Copy full SHA for 085f605
pkgs/yaml_edit/.github/workflows/post_summaries.yaml
@@ -0,0 +1,17 @@
1
+name: Comment on the pull request
2
+
3
+on:
4
+ # Trigger this workflow after the Publish workflow completes. This workflow
5
+ # will have permissions to do things like create comments on the PR, even if
6
+ # the original workflow couldn't.
7
+ workflow_run:
8
+ workflows:
9
+ - Publish
10
+ types:
11
+ - completed
12
13
+jobs:
14
+ upload:
15
+ uses: dart-lang/ecosystem/.github/workflows/post_summaries.yaml@main
16
+ permissions:
17
+ pull-requests: write
pkgs/yaml_edit/.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
0 commit comments