Skip to content

Commit

Permalink
CI: rerun the changelog check on PR synchronization (#13980)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
flip1995 authored Jan 10, 2025
2 parents fc0e65d + 1bdee5b commit 8678f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clippy_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Clippy changelog check
on:
merge_group:
pull_request:
types: [opened, reopened, edited]
types: [opened, reopened, synchronize, edited]

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

0 comments on commit 8678f9c

Please sign in to comment.