From b2a5f579bd12699b29e71916d6517fbc67f97e72 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 4 Jun 2025 10:51:40 -0400 Subject: [PATCH] ci: do not require DCO job We are going to disable this job for this repository and rely on contributors' implicit acceptance of DCO.txt instead. Signed-off-by: Ken Dreyer --- .github/mergify.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 0c4a9f45..e82bca96 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -11,7 +11,6 @@ pull_request_rules: - label!=hold - label!=do-not-merge - label!=needs-rebase - - check-success=DCO # The files conditions regex should match the globs in workflow files # If workflow configuration files in .github/ are changed, the actionlint check must pass