Skip to content

Commit 5096c5c

Browse files
committed
fix: CLA link
1 parent 8553d78 commit 5096c5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/f5_cla.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
# NOTE: You might need to edit this value to 'main'.
2424
branch: main
2525
# Path to the CLA document.
26-
path-to-document: https://github.com/f5/f5-cla/.github/blob/main/docs/f5_cla.md
26+
path-to-document: https://github.com/f5/f5-cla/blob/main/docs/f5_cla.md
2727
# Custom CLA messages.
28-
custom-notsigned-prcomment: '🎉 Thank you for your contribution! It appears you have not yet signed the [F5 Contributor License Agreement (CLA)](https://github.com/f5/f5-cla/.github/blob/main/docs/f5_cla.md), 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/f5-cla/.github/blob/main/docs/f5_cla.md) and reply on a new comment with the following text to agree:'
28+
custom-notsigned-prcomment: '🎉 Thank you for your contribution! It appears you have not yet signed the [F5 Contributor License Agreement (CLA)](https://github.com/f5/f5-cla/blob/main/docs/f5_cla.md), 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/f5-cla/blob/main/docs/f5_cla.md) and reply on a new comment with the following text to agree:'
2929
custom-pr-sign-comment: 'I have hereby read the F5 CLA and agree to its terms'
3030
custom-allsigned-prcomment: '✅ All required contributors have signed the F5 CLA for this PR. Thank you!'
3131
# Remote repository storing CLA signatures.

0 commit comments

Comments
 (0)