Skip to content

Commit

Permalink
Revert.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauteri committed Aug 26, 2024
1 parent be127a1 commit 7bdb1d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

permissions:
contents: read
# pull-requests: write
pull-requests: write

jobs:
dependency-review:
Expand All @@ -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)
Expand Down

0 comments on commit 7bdb1d7

Please sign in to comment.