From 4ee6146ff8af0390ff2bee552987356aa6ca3313 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Mon, 23 Jun 2025 21:44:17 +0800 Subject: [PATCH] wip --- .github/workflows/pr-reply.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-reply.yml b/.github/workflows/pr-reply.yml index 85a693b81..8e062ad75 100644 --- a/.github/workflows/pr-reply.yml +++ b/.github/workflows/pr-reply.yml @@ -6,8 +6,12 @@ # - Also show the advanced usage link: https://github.com/louislam/uptime-kuma/wiki/Test-Pull-Requests name: Reply to PRs on: +# pull_request_target: +# types: [ opened, reopened ] pull_request_target: - types: [ opened, reopened ] + branches: + - master + types: [synchronize] permissions: issues: write