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.
This commit is contained in:
Robin
2026-04-08 15:08:54 +02:00
parent efd1b42da0
commit 2a5acc0207

View File

@@ -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