Skip to content

Commit

Permalink
Merge pull request #815 from GatherPress/fix-dependency-review
Browse files Browse the repository at this point in the history
Testing...
  • Loading branch information
mauteri authored Aug 26, 2024
2 parents 2fca873 + be127a1 commit 2566d0e
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.event_name == 'pull_request' && 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 2566d0e

Please sign in to comment.