From 4a09e1c0d3d83f58dfaec389d641026d62a8bc69 Mon Sep 17 00:00:00 2001 From: Marius Goetze Date: Tue, 20 Jan 2026 19:05:23 +0100 Subject: [PATCH] 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. --- .github/workflows/dependency-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 36afcc32..d4be3974 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -3,6 +3,7 @@ on: [pull_request] permissions: contents: read + pull-requests: write jobs: dependency-review: