From 7f3835792e0bed2923b9db3eb9c2e094fe2a1ce9 Mon Sep 17 00:00:00 2001 From: hailey Date: Thu, 24 Jul 2025 17:41:43 -0700 Subject: fix action (#8717) --- .github/workflows/pull-request-comment.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pull-request-comment.yml b/.github/workflows/pull-request-comment.yml index 1a0ffe708..4dd421c9a 100644 --- a/.github/workflows/pull-request-comment.yml +++ b/.github/workflows/pull-request-comment.yml @@ -5,6 +5,12 @@ on: issue_comment: types: [created] +# Permissiosn to make comments in the pull request +permissions: + pull-requests: write + actions: write + contents: read + jobs: handle-comment: if: github.event.issue.pull_request -- cgit 1.4.1