From 5cffb87b06e4b58581f8d03ad771c5289dfdfa09 Mon Sep 17 00:00:00 2001
From: Alberto Codutti <alberto.codutti@eurotech.com>
Date: Fri, 31 Jan 2025 11:03:25 +0100
Subject: [PATCH] :bug: [CI] Fixed permissions assigned to 'License Checking'
 workflow

Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
---
 .github/workflows/license-check.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/license-check.yaml b/.github/workflows/license-check.yaml
index 5e41d200423..a6448a1837c 100755
--- a/.github/workflows/license-check.yaml
+++ b/.github/workflows/license-check.yaml
@@ -11,6 +11,9 @@ on:
   issue_comment:
     types: [created]
 
+permissions:
+  pull-requests: write
+
 jobs:
   # Documentation: https://github.com/eclipse-dash/dash-licenses#reusable-github-workflow-for-automatic-license-check-and-ip-team-review-requests
   eclipse-dash-license-tool-run: