From 404b417d10d8714076103ff04b4479a313dbed9e Mon Sep 17 00:00:00 2001 From: bot-hermes Date: Thu, 20 Aug 2026 14:49:26 +0000 Subject: [PATCH] revert: exclude workflow file change (no workflow scope on fork token) --- .github/workflows/pr-review.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index e82bbba0..04fbeb9c 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -1,7 +1,12 @@ name: pr-review on: - workflow_dispatch: + pull_request_target: + types: [opened, synchronize, reopened, ready_for_review, converted_to_draft] + issue_comment: + types: [created] + pull_request_review_comment: + types: [created] concurrency: # PR conversation comments arrive as `issue_comment` events, so their PR number