ci: bump cla-github-action to 1ecf0d2f (impersonation guard, co-author trailers)#72
Merged
ci: bump cla-github-action to 1ecf0d2f (impersonation guard, co-author trailers)#72
Conversation
Adopts the impersonation guard (PR opener must appear as an author or co-author of at least one commit; require-opener-as-author defaults to true), Co-authored-by trailer support in the committer set, and the actionable unlinked-email warning block. Also picks up the dead-404-path bootstrap fix, pagination, and the TS6/tooling cleanup pass. The signed-squash workaround for unsigned fork commits must now include a Co-authored-by trailer for the PR opener, or the impersonation guard will fail the check.
asacamano
approved these changes
Apr 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the CLA assistant action from
eeb7f3f(v2.7.1) to1ecf0d2f(28 commits).What's new in the action
require-opener-as-authorinput (defaulttrue): fails the check if the PR opener is not recorded as an author orCo-authored-byof any commit in the PR. Guards against an attacker opening a PR whose commits are attributed to a trusted identity. Emits anopener_not_in_commitsoutput regardless of pass/fail. Runs before the allowlist filter, so allowlisted maintainers are not exempt.Co-authored-by:trailers join the committer set — previously onlycommit.authorwas checked. The PR submitter and any co-author trailers must now also sign (or be allowlisted). Noreply-form trailer emails (<id>+<login>@users.noreply.github.com) are parsed directly to login/id.> [!WARNING]block listing each unlinked email with concrete remediation (link at github.com/settings/emails, or rewrite commands).signed-empty-commit-messageinput (we don't use it).Config
Kept
require-opener-as-authorat the defaulttrue. No new inputs wired.Operational impact
Co-authored-by:trailer, so no opener mismatch. They are now correctly required to sign.Co-authored-by: <login> <id+login@users.noreply.github.com>for the PR opener, or the impersonation guard will fail the check. (The squash makes the maintainer the sole commit author; without the trailer the opener is absent from the authorship trail.)Note
pull_request_targetruns the workflow from the base branch, so this PR's own CLA check still uses the oldeeb7f3fpin. The new action is first exercised on the next PR opened/synced after this merges.