Skip to content

Commit b6a5e43

Browse files
committed
ci: add write permissions to depency review
It is easier to read the failed license check from a PR comment rather than from the pipeline logs.
1 parent c576bd8 commit b6a5e43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on: [pull_request]
33

44
permissions:
55
contents: read
6+
pull-requests: write
67

78
jobs:
89
dependency-review:

0 commit comments

Comments
 (0)