diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index be5652131..a89cbfac0 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -18,7 +18,7 @@ on: permissions: contents: read - # pull-requests: write + pull-requests: write jobs: dependency-review: @@ -45,7 +45,7 @@ jobs: # Prevent this workflow to create a comment on the PR on forks outside of the GatherPress organization, # because the required permission would not be given and the workflow would fail. # Using a condition check will skip commenting. - # comment-summary-in-pr: ${{ github.repository_owner == 'GatherPress' && 'on-failure' || 'never' }} + comment-summary-in-pr: ${{ github.repository_owner == 'GatherPress' && 'on-failure' || 'never' }} # You can only include one of these two options: `allow-licenses` and `deny-licences` # ([String]). Only allow these licenses (optional)