From 4f8cbb99e674f01624d2409d91dbfa949f61972c Mon Sep 17 00:00:00 2001 From: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:51:14 -0500 Subject: [PATCH] Create dco.yml See Zowe Explorer as an example: - https://github.com/zowe/zowe-explorer-vscode/blob/main/.github/dco.yml The prupose of this is to make the DCO problem remediation a lot easier. For instance, you will need to rebase a few commits (based on the link below). https://github.com/zowe/cics-for-zowe-client/pull/166/checks?check_run_id=34597211142 Signed-off-by: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com> --- .github/dco.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/dco.yml diff --git a/.github/dco.yml b/.github/dco.yml new file mode 100644 index 00000000..1f94d940 --- /dev/null +++ b/.github/dco.yml @@ -0,0 +1,3 @@ +allowRemediationCommits: + individual: true + thirdParty: true