Skip to content

ci: DCO remediation commit for v2 -> main integration#7298

Merged
EngHabu merged 1 commit into
v2from
haytham/v2-dco-remediation
Apr 28, 2026
Merged

ci: DCO remediation commit for v2 -> main integration#7298
EngHabu merged 1 commit into
v2from
haytham/v2-dco-remediation

Conversation

@EngHabu
Copy link
Copy Markdown
Contributor

@EngHabu EngHabu commented Apr 28, 2026

Summary

Why

The v2 → main PR fails DCO because many historical commits inherited into v2 lack matching Signed-off-by: trailers (mostly GitHub noreply / personal email mismatches, plus a handful with no sign-off at all). Those underlying contributions were already merged through prior DCO-clean PRs to master, but the bot re-validates every commit in the PR. A blanket git rebase --signoff is not appropriate since I am not the author of these commits — third-party remediation is the correct mechanism.

Mechanics

  • The remediation commit body contains 133 lines of the form:
    On behalf of <author> <email>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: <full-sha>
  • Followed by a final Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> trailer.
  • This is the format the Probot DCO app recognizes when allowRemediationCommits.thirdParty: true is set.

Order of operations

  1. Merge ci: add DCO config to allow remediation commits #7297 to master first (DCO config must be on the default branch for the bot to honor it).
  2. Merge this PR into v2.
  3. Re-run DCO on Flyte 2: Cut over to Flyte 2 new backend implementation #6583 — the remediation commit will now be at the head of v2 and should clear all 133 failures.

Test plan

Adds .github/dco.yml enabling remediation commits, and signs off on behalf
of original authors for commits inherited into the v2 branch that lack
matching Signed-off-by trailers. The underlying contributions were already
merged through prior DCO-clean PRs to master; this commit only formalizes
the sign-off chain for the v2 history as it merges into main.

On behalf of afbrock <afbrock@gmail.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: fdceda4
On behalf of afbrock <afbrock@gmail.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: dfe433d
On behalf of afbrock <afbrock@gmail.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 987377d
On behalf of Alex Chien <115371007+yuhuan130@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: e97d279
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: f9bdf96
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 79c9daf
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: c83923b
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: b142044
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 5a3e0e6
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 2716120
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 5607b11
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: a905fd0
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 463c448
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: c599e60
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: ec0b08a
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 9561ff2
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: da1fc32
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 3b803b9
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: b4f37d0
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 604eb30
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 910d408
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 2a59e0b
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 8e1634a
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 94a1c31
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 668913c
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: b24be81
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: e230ecf
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 3b6a406
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: b0d8e6e
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 276b9f5
On behalf of Alex Wu <66259759+popojk@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 772de09
On behalf of Aniket Shaha <64733221+aniket2405@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: bb47e48
On behalf of J.J. Montgomery <jj@jmonty.org>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 7dee1fb
On behalf of J.J. Montgomery <jj@jmonty.org>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 69216b8
On behalf of Jason Parraga <Sovietaced@gmail.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: b8f6d98
On behalf of Katrina Milles <katroganGH@gmail.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: abfc718
On behalf of Katrina Milles <katroganGH@gmail.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 5d6477c
On behalf of Katrina Milles <katroganGH@gmail.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: de03a84
On behalf of Katrina Milles <katroganGH@gmail.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 44dd008
On behalf of Katrina Milles <katroganGH@gmail.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 249a0ec
On behalf of Katrina Milles <katroganGH@gmail.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: fef062b
On behalf of Katrina Milles <katroganGH@gmail.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 8a71b35
On behalf of Katrina Milles <katroganGH@gmail.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: ffb5abb
On behalf of Katrina Milles <katroganGH@gmail.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 625e53e
On behalf of Katrina Milles <katroganGH@gmail.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 4213fef
On behalf of Ketan Umare <16888709+kumare3@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 3c0fab0
On behalf of Kevin Su <pingsutw@apache.org>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 8f5cb42
On behalf of Kevin Su <pingsutw@apache.org>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 57c779f
On behalf of Kevin Su <pingsutw@apache.org>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 4f65725
On behalf of Kevin Su <pingsutw@apache.org>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 9cb3b78
On behalf of Kevin Su <pingsutw@apache.org>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 04515a5
On behalf of Kevin Su <pingsutw@apache.org>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: cbac0fb
On behalf of Leon Wang <eeha8834@gmail.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: a108211
On behalf of Leon Wang <eeha8834@gmail.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: dda24f4
On behalf of Leon Wang <eeha8834@gmail.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: ef0c2ed
On behalf of Leon Wang <eeha8834@gmail.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: dfb45ae
On behalf of Licheng Wang <eeha8834@gmail.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 2fb5ccc
On behalf of lif <1835304752@qq.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 62fd162
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 8d3e134
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 4f1e4d4
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: afef7ea
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: d503335
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 9390f8e
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 2d3bd7d
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 2c27c83
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 58533e4
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 864b0e3
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 6d726ae
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: cbb9552
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 775ce03
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 0b88b4f
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 0e4af6b
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: ba49efe
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: d06c130
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: ae10f2b
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: fcef078
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 0cb3309
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 548b2eb
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 4c8cc6f
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 54f428b
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 98c0dac
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: e12798b
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: ff3274a
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 6a55582
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 04dc3da
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: af8de97
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 285e6c1
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 8d586bd
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: c94a9a1
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 521232a
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: d4a1ed7
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 2ac5750
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 2e36121
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 04494c4
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 5eab149
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: dfb4732
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 7c00cc4
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: a8d8f23
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 12de8a2
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 86f40da
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 900685f
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 7cfb546
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 2cf0a08
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 80721af
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 82ae70b
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 7c9bc03
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 1990337
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 96af897
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 9881b39
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 28b0494
On behalf of Nary Yeh <60069744+machichima@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 2d5e331
On behalf of Niels Bantilan <niels.bantilan@gmail.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: b9ec5e8
On behalf of Paul Dittamo <37558497+pvditt@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 4acab94
On behalf of Paul Dittamo <37558497+pvditt@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: db0ba2f
On behalf of Paul Dittamo <37558497+pvditt@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 2834db0
On behalf of Paul Dittamo <37558497+pvditt@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 6be7e1a
On behalf of Paul Dittamo <37558497+pvditt@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: dc56811
On behalf of Prafulla Mahindrakar <prafulla.mahindrakar@gmail.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 00ee705
On behalf of Prafulla Mahindrakar <prafulla.mahindrakar@gmail.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: f114d96
On behalf of Sergey Vilgelm <523825+SVilgelm@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: b629550
On behalf of Sergey Vilgelm <523825+SVilgelm@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: efde4a1
On behalf of Sergey Vilgelm <523825+SVilgelm@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 6185780
On behalf of Sergey Vilgelm <523825+SVilgelm@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 1d75de6
On behalf of Sergey Vilgelm <523825+SVilgelm@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 7a2b233
On behalf of Sergey Vilgelm <523825+SVilgelm@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: ae0580f
On behalf of Sergey Vilgelm <523825+SVilgelm@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 312ed4d
On behalf of Sergey Vilgelm <523825+SVilgelm@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 7c8468d
On behalf of SharpKoi <30861942+SharpKoi@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 99bb49e
On behalf of SZL741023 <48779231+SZL741023@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 7416d4e
On behalf of SZL741023 <48779231+SZL741023@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 4ba6739
On behalf of SZL741023 <48779231+SZL741023@users.noreply.github.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 7c3067e
On behalf of YuTeng Chen <a08h0283@gmail.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: a2df398
On behalf of YuTeng Chen <a08h0283@gmail.com>, I, Haytham Abuelfutuh <haytham@afutuh.com>, hereby add my Signed-off-by to this commit: 5cb3245

Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com>
@EngHabu EngHabu merged commit e800ab5 into v2 Apr 28, 2026
18 checks passed
@EngHabu EngHabu deleted the haytham/v2-dco-remediation branch April 28, 2026 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant