From 2a5acc0207ce0f13ebc27d053616c334ac14e909 Mon Sep 17 00:00:00 2001 From: Robin Date: Wed, 8 Apr 2026 15:08:54 +0200 Subject: [PATCH] Reconfirm that a PR has a changelog label when new commits are pushed Without re-running the changelog label workflow on new commits, PRs get stuck waiting for the check after new commits are pushed. --- .github/workflows/changelog-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog-label.yml b/.github/workflows/changelog-label.yml index f11d3130..84c53cdb 100644 --- a/.github/workflows/changelog-label.yml +++ b/.github/workflows/changelog-label.yml @@ -5,7 +5,7 @@ on: # This is safe because we do not use actions/checkout or execute untrusted code. # Using pull_request_target is necessary to allow status writes for PRs from forks. pull_request_target: - types: [labeled, unlabeled, opened] + types: [labeled, unlabeled, opened, synchronize] permissions: pull-requests: read