Skip to content

Commit 8ddd7ff

Browse files
authored
Merge pull request #101 from objectstack-ai/copilot/fix-action-run-issue
2 parents 608ef81 + 309a4ad commit 8ddd7ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dependency-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
fail-on-severity: moderate
2424
# Warn about deprecated packages
2525
warn-on-deprecated: true
26-
# Comment on the PR with the review results
27-
comment-summary-in-pr: on-failure
26+
# Don't auto-comment on PR to avoid hitting GitHub's 64KB comment size limit
27+
# Users can view the full report in the Actions tab or download the artifact

0 commit comments

Comments
 (0)