File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change
1
+ # A CI configuration to post comments to PRs.
2
+ #
3
+ # This workflow will have permissions to create comments on the PR even if the
4
+ # original workflow couldn't.
5
+
6
+ name : Comment on the pull request
7
+
8
+ on :
9
+ workflow_run :
10
+ workflows :
11
+ - Publish
12
+ types :
13
+ - completed
14
+
15
+ jobs :
16
+ upload :
17
+ uses : dart-lang/ecosystem/.github/workflows/post_summaries.yaml@main
18
+ permissions :
19
+ pull-requests : write
Original file line number Diff line number Diff line change 12
12
publish :
13
13
if : ${{ github.repository_owner == 'dart-lang' }}
14
14
uses : dart-lang/ecosystem/.github/workflows/publish.yaml@main
15
- permissions :
16
- id-token : write # Required for authentication using OIDC
17
- pull-requests : write # Required for writing the pull request note
15
+ with :
16
+ write-comments : false
You can’t perform that action at this time.
0 commit comments