From a965c23f9d84faed00d3a2a0a56eb8608d49e96e Mon Sep 17 00:00:00 2001 From: John Davis Date: Thu, 21 Nov 2024 09:21:39 -0500 Subject: [PATCH] Do not overwrite PR title on edit --- .github/workflows/pr-title-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-title-update.yml b/.github/workflows/pr-title-update.yml index 6a4c5021f63d..538c363d765d 100644 --- a/.github/workflows/pr-title-update.yml +++ b/.github/workflows/pr-title-update.yml @@ -2,7 +2,7 @@ name: Update PR title on: pull_request_target: - types: [opened, edited] + types: [opened] branches: - "release_**"