From 672aa53f78633d2c015c4a9886c60271ae2a1099 Mon Sep 17 00:00:00 2001 From: Francois Best Date: Fri, 15 Nov 2024 14:08:08 +0100 Subject: [PATCH] chore: Run milestone automation in this repo's context It failed to update external contributors PRs when using `pull_request`. --- .github/workflows/milestone-automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/milestone-automation.yml b/.github/workflows/milestone-automation.yml index 9648166b..5e50399f 100644 --- a/.github/workflows/milestone-automation.yml +++ b/.github/workflows/milestone-automation.yml @@ -1,7 +1,7 @@ name: Mark as "Shipping Next" on: - pull_request: + pull_request_target: types: [closed] branches: - next