From 63be4299f4f1bbbf0dda4125252e300bca82ba9a Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Tue, 21 May 2024 12:33:48 -0700 Subject: [PATCH] Update release notes action --- .github/workflows/release-notes.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index ff9c5872d652..195f00c600c0 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -7,6 +7,8 @@ on: types: [created] issues: types: [opened] + pull_request: + types: [opened, labeled, unlabeled, closed] jobs: backport: