From 9e98bec89af1b28d2006128cbc4862cdfe22a61f Mon Sep 17 00:00:00 2001 From: Nolij Date: Fri, 17 May 2024 17:39:12 -0400 Subject: [PATCH] remove unnecessary comma from DCO affirmation statement (part 2) --- .github/workflows/dco.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dco.yml b/.github/workflows/dco.yml index 8ce5e048..d7d1f907 100644 --- a/.github/workflows/dco.yml +++ b/.github/workflows/dco.yml @@ -33,6 +33,6 @@ jobs: "Before we can merge your submission, we require that you read and affirm the contents of the [Developer Certificate of Origin](https://github.com/Nolij/Zume/blob/dco/DCO.txt) by adding a comment containing the below text. Otherwise, please close this PR." - custom-pr-sign-comment: "I have read, and hereby affirm the entire contents of the Developer Certificate of Origin." + custom-pr-sign-comment: "I have read and hereby affirm the entire contents of the Developer Certificate of Origin." custom-allsigned-prcomment: "All contributors have read and affirmed the entire contents of the Developer Certificate of Origin." use-dco-flag: true