ci: change to pr target (#442)

Drew Smirnoff created

Change summary

.github/workflows/discord-monitor.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.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]