Skip to content

Commit

Permalink
CI: rerun the changelog check on PR synchronization
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.
  • Loading branch information
samueltardieu committed Jan 10, 2025
1 parent fc0e65d commit 029b0b0
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 029b0b0

Please sign in to comment.