Update .github/workflows/verify_dco.yaml

Signed-off-by: Johan Haals <johan.haals@gmail.com>

Co-authored-by: Adam Harvey <adaharve@cisco.com>
This commit is contained in:
Johan Haals
2022-02-07 10:34:24 +01:00
committed by GitHub
parent 0fdba0af76
commit 88f5a56b60
+1 -1
View File
@@ -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,