Skip to content

Commit 4a09e1c

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 a28f9e4 commit 4a09e1c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.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)