From 3517cb1b7cfe1f0dfb0b40122a6d7857259a92d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Valais?= Date: Mon, 10 Nov 2025 09:59:53 +0100 Subject: [PATCH] disable DCO for Copilot-authored PRs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maƫl Valais --- config/config.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/config.yaml b/config/config.yaml index b9c4edb7..50b3812a 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -285,3 +285,16 @@ tide: - do-not-merge/invalid-owners-file - do-not-merge/work-in-progress - needs-rebase + + - author: copilot-swe-agent[bot] + orgs: + - cert-manager + labels: + - skip-review + - "dco-signoff: yes" + missingLabels: + - do-not-merge + - do-not-merge/hold + - do-not-merge/invalid-owners-file + - do-not-merge/work-in-progress + - needs-rebase