Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 8678f9c

Browse files
authored
CI: rerun the changelog check on PR synchronization (rust-lang#13980)
Rerunning the PR checks when a PR is synchronized (new commits added, or force-pushed) seems to remove the changelog checks from the UI while keeping the PR mergeable from the maintainer's interface. This PR reruns the cheap changelog check when a PR is synchronized. changelog: none r? @flip1995
2 parents fc0e65d + 1bdee5b commit 8678f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clippy_changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Clippy changelog check
33
on:
44
merge_group:
55
pull_request:
6-
types: [opened, reopened, edited]
6+
types: [opened, reopened, synchronize, edited]
77

88
concurrency:
99
# For a given workflow, if we push to the same PR, cancel all previous builds on that PR.

0 commit comments

Comments
 (0)