about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorhailey <me@haileyok.com>2025-07-24 17:41:43 -0700
committerGitHub <noreply@github.com>2025-07-24 17:41:43 -0700
commit7f3835792e0bed2923b9db3eb9c2e094fe2a1ce9 (patch)
tree5499dcaa19201407ed84955a05701a1228e1fc51 /.github
parentc37ab838235c84bc62cc30255391c4f4ac2a59bd (diff)
downloadvoidsky-7f3835792e0bed2923b9db3eb9c2e094fe2a1ce9.tar.zst
fix action (#8717)
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