Skip to content

Commit 1266cd5

Browse files
authored
ci: add write permissions to depency review (#281)
It is easier to read the failed license check from a PR comment rather than from the pipeline logs.
1 parent a28f9e4 commit 1266cd5

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)