From 63c1222117fa0dceef6b6ccfc750ecac95dc2fd7 Mon Sep 17 00:00:00 2001 From: Chris Pine Date: Wed, 15 Nov 2023 16:43:19 -0800 Subject: [PATCH] Fix add-to-project automation when using forks See https://github.com/connectrpc/connectrpc.com/pull/99 for more context --- .github/workflows/add-to-project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-to-project.yaml b/.github/workflows/add-to-project.yaml index 6659162f..eadcb944 100644 --- a/.github/workflows/add-to-project.yaml +++ b/.github/workflows/add-to-project.yaml @@ -6,7 +6,7 @@ on: - opened - reopened - transferred - pull_request: + pull_request_target: types: - opened - reopened