From ca2f924417d96f92efff32399e063728eff606ac Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Mon, 27 Feb 2023 11:05:06 +0500 Subject: [PATCH] ci: add config for DCO PR check --- .github/dco.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/dco.yml diff --git a/.github/dco.yml b/.github/dco.yml new file mode 100644 index 000000000..2ad867ce3 --- /dev/null +++ b/.github/dco.yml @@ -0,0 +1,4 @@ +allowRemediationCommits: + individual: true +require: + members: false \ No newline at end of file