From 93fa4af81139f6d6f1d38261e57c0dd7bee7bf9f Mon Sep 17 00:00:00 2001 From: Rebecca Schlussel Date: Wed, 9 Aug 2023 11:44:52 -0400 Subject: [PATCH] Fix codenotify to work from forks --- .github/workflows/codenotify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codenotify.yml b/.github/workflows/codenotify.yml index 2094db9bbdbd..a996b5f614bd 100644 --- a/.github/workflows/codenotify.yml +++ b/.github/workflows/codenotify.yml @@ -3,7 +3,7 @@ name: codenotify on: - pull_request: + pull_request_target: types: [opened, synchronize, ready_for_review] jobs: