about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pull-request-comment.yml6
1 files changed, 6 insertions, 0 deletions
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