Skip to content

Commit

Permalink
Make Dependency Review less verbose (#22)
Browse files Browse the repository at this point in the history
The comment summary in PR `on-failure` is a good compromise between
`never` and `always`. See [the
description](https://github.com/actions/dependency-review-action/blob/main/action.yml#L48)
that I copy-pasted and [the documentation of the option
`comment-summary-in-pr`](https://github.com/actions/dependency-review-action#configuration-options).

J:IDXINFRA-1706
  • Loading branch information
klalumiere authored Sep 27, 2023
1 parent 79a2a8c commit 440fda3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ on:
type: boolean
default: true
comment-summary-in-pr:
description: A boolean to determine if the report should be posted as a comment in the PR itself.
description: Determines if the summary is posted as a comment in the PR itself. Setting this to `always` or `on-failure` requires you to give the workflow the write permissions for pull-requests
required: false
type: boolean
default: true
default: on-failure
type: string

jobs:
dependency-review:
Expand Down

0 comments on commit 440fda3

Please sign in to comment.