From 7bdb1d7196914a86c7049cbae6fc86a90a309be8 Mon Sep 17 00:00:00 2001 From: Mike Auteri Date: Sun, 25 Aug 2024 20:36:27 -0400 Subject: [PATCH] Revert. --- .github/workflows/dependency-review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)