Skip to content

Commit 085f605

Browse files
authored
update the publish workflow (dart-archive/yaml_edit#67)
1 parent 49dd891 commit 085f605

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ jobs:
1212
publish:
1313
if: ${{ github.repository_owner == 'dart-lang' }}
1414
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
15+
with:
16+
write-comments: false

0 commit comments

Comments
 (0)