From 50d6991ca6652f4bc4c985cf0c0e593864f2cc91 Mon Sep 17 00:00:00 2001 From: Jatin Singh Date: Fri, 6 Jun 2025 21:16:39 +0530 Subject: [PATCH] Update analyze_comment.yml (#7840) --- .github/workflows/analyze_comment.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/analyze_comment.yml b/.github/workflows/analyze_comment.yml index 1e086b9b7..fcac37738 100644 --- a/.github/workflows/analyze_comment.yml +++ b/.github/workflows/analyze_comment.yml @@ -6,8 +6,11 @@ on: types: - completed -permissions: {} - +permissions: + contents: read + issues: write + pull-requests: write + jobs: comment: runs-on: ubuntu-latest