From 9e7ea4913aa6302da7ea36175f9318913291f12f Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 23 Jun 2025 21:12:18 +0800 Subject: [PATCH] Fix auto pr reply (#5945) --- .github/workflows/pr-reply.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pr-reply.yml b/.github/workflows/pr-reply.yml index 553774bf3..48752e641 100644 --- a/.github/workflows/pr-reply.yml +++ b/.github/workflows/pr-reply.yml @@ -8,6 +8,12 @@ name: Reply to PRs on: pull_request: types: [opened, reopened] + +permissions: + issues: write + pull-requests: write + contents: read + jobs: reply: runs-on: ubuntu-latest