Skip to content

Commit

Permalink
Merge pull request #816 from GatherPress/fix-dependency-review
Browse files Browse the repository at this point in the history
Revert.
  • Loading branch information
mauteri authored Aug 26, 2024
2 parents 2566d0e + 7bdb1d7 commit b5168be
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 b5168be

Please sign in to comment.