From c97c8a7d8aa53369deeb82b4140de9fcb7a44667 Mon Sep 17 00:00:00 2001 From: UptimeKumaBot <123442769+UptimeKumaBot@users.noreply.github.com> Date: Mon, 23 Jun 2025 21:33:06 +0800 Subject: [PATCH] Update pr-reply.yml --- .github/workflows/pr-reply.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-reply.yml b/.github/workflows/pr-reply.yml index 1baa53a1e..ee41ab69c 100644 --- a/.github/workflows/pr-reply.yml +++ b/.github/workflows/pr-reply.yml @@ -7,7 +7,10 @@ name: Reply to PRs on: pull_request_target: - branches: [ master, 1.23.X ] + types: [opened, synchronize] + +permissions: + pull-requests: write jobs: reply: