From bd241d2bedd1f18e2811bb82e1e3cac9f25e2c32 Mon Sep 17 00:00:00 2001 From: Alessandro Fael Garcia Date: Tue, 21 May 2024 23:34:08 +0200 Subject: [PATCH] ci: add CLA signature clarification (#259) --- .github/workflows/f5-cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/f5-cla.yml b/.github/workflows/f5-cla.yml index 2ac73cdf..50906d2a 100644 --- a/.github/workflows/f5-cla.yml +++ b/.github/workflows/f5-cla.yml @@ -24,7 +24,7 @@ jobs: # Path to the CLA document. path-to-document: 'https://github.com/f5/.github/blob/main/CLA/cla-markdown.md' # Custom CLA messages. - custom-notsigned-prcomment: '🎉 Thank you for your contribution. It appears you have not yet signed the F5 Contributor License Agreement (CLA), which is required for your changes to be incorporated into an F5 project. Please kindly read the [F5 CLA](https://github.com/f5/.github/blob/main/CLA/cla-markdown.md) and comment the following to agree:' + custom-notsigned-prcomment: '🎉 Thank you for your contribution! It appears you have not yet signed the F5 Contributor License Agreement (CLA), which is required for your changes to be incorporated into an F5 Open Source Software (OSS) project. Please kindly read the [F5 CLA](https://github.com/f5/.github/blob/main/CLA/cla-markdown.md) and reply on a new comment with the following text to agree:' custom-pr-sign-comment: 'I have hereby read the F5 CLA and agree to its terms' custom-allsigned-prcomment: '✅ All required contributors have signed the F5 CLA for this PR. Thank you!' # Remote repository storing CLA signatures.