From 840e2a41020291e09daf3bd71e8c7eadcb4e5a2a Mon Sep 17 00:00:00 2001 From: lucasmerlin Date: Wed, 3 Dec 2025 12:20:01 +0100 Subject: [PATCH] Fix kitdiff PR comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No idea why this works without the permission on the egui repo 🤔 --- .github/workflows/kitdiff_comment.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/kitdiff_comment.yml b/.github/workflows/kitdiff_comment.yml index 3b379b51..9b9fa4a3 100644 --- a/.github/workflows/kitdiff_comment.yml +++ b/.github/workflows/kitdiff_comment.yml @@ -3,6 +3,9 @@ on: pull_request_target: types: [ opened ] +permissions: + pull-requests: write + jobs: build: runs-on: ubuntu-latest