From 88f5a56b6016f717c1fb7dd11546e21156b21167 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Mon, 7 Feb 2022 10:34:24 +0100 Subject: [PATCH] Update .github/workflows/verify_dco.yaml Signed-off-by: Johan Haals Co-authored-by: Adam Harvey --- .github/workflows/verify_dco.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify_dco.yaml b/.github/workflows/verify_dco.yaml index 8d071afd4c..27ed7317a0 100644 --- a/.github/workflows/verify_dco.yaml +++ b/.github/workflows/verify_dco.yaml @@ -50,7 +50,7 @@ jobs: } console.log(`creating comment on PR #${pull.number}`); - const body = `Thanks for the contribution!\nAll commits need to be DCO signed before merging. Please refer to the the DCO section in [CONTRIBUTING.md](https://github.com/backstage/backstage/blob/master/CONTRIBUTING.md#developer-certificate-of-origin) or the [DCO](${checks.data.check_runs[0].html_url}) status for more info.`; + const body = `Thanks for the contribution!\nAll commits need to be DCO signed before merging. Please refer to the the [DCO section in CONTRIBUTING.md](https://github.com/backstage/backstage/blob/master/CONTRIBUTING.md#developer-certificate-of-origin) or the [DCO](${checks.data.check_runs[0].html_url}) status for more info.`; await github.rest.issues.createComment({ repo, owner,