From 3ac7885536d11a3768899dc729576481e5c9b664 Mon Sep 17 00:00:00 2001 From: Kevin Backhouse Date: Tue, 21 Oct 2025 17:21:34 +0100 Subject: [PATCH] Smoke test needs to permission to add reaction to pull request comment. --- .github/workflows/smoketest.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/smoketest.yaml b/.github/workflows/smoketest.yaml index e3057ee..f82fb11 100644 --- a/.github/workflows/smoketest.yaml +++ b/.github/workflows/smoketest.yaml @@ -6,6 +6,7 @@ on: permissions: contents: read + pull-requests: write # For adding a reaction to the comment jobs: Linux: