From 60861a131d0a930821bb0fb481053d91db3d98e4 Mon Sep 17 00:00:00 2001 From: Drew Smirnoff Date: Thu, 2 Apr 2026 21:31:16 +0400 Subject: [PATCH] ci: change to pr target (#442) --- .github/workflows/discord-monitor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/discord-monitor.yml b/.github/workflows/discord-monitor.yml index 191b0eff609716ad18ea60583d64f7ac22ca1265..194fc643640da5b87239fa310e72b070f5a6b644 100644 --- a/.github/workflows/discord-monitor.yml +++ b/.github/workflows/discord-monitor.yml @@ -4,7 +4,7 @@ on: push: issues: types: [opened, edited, deleted, closed, reopened] - pull_request: + pull_request_target: types: [opened, edited, closed, reopened] issue_comment: types: [created, deleted]