From a166ddb919449fffad1eecaddd66b0ae859818ef Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Mar 2026 23:26:55 +0000 Subject: [PATCH 1/2] Initial plan From da3ff3a4e321f55995c4092219145d8e48a7bad1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Mar 2026 23:28:31 +0000 Subject: [PATCH 2/2] config: add Tide query for Copilot-authored PRs without DCO requirement Co-authored-by: ThatsMrTalbot <15379715+ThatsMrTalbot@users.noreply.github.com> --- config/config.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/config/config.yaml b/config/config.yaml index fed3c0a1..5094a7f5 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -305,3 +305,20 @@ tide: - do-not-merge/invalid-owners-file - do-not-merge/work-in-progress - needs-rebase + + # Copilot-authored PRs do not require DCO sign-off but still require the + # normal lgtm + approved review gates and all the standard merge blockers. + - author: Copilot + orgs: + - cert-manager + labels: + - lgtm + - approved + missingLabels: + - do-not-merge + - do-not-merge/hold + - do-not-merge/invalid-owners-file + - do-not-merge/work-in-progress + - needs-rebase + - needs-kind + - do-not-merge/release-note-label-needed