You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Run F5 Contributor License Agreement (CLA) assistant
19
+
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have hereby read the F5 CLA and agree to its terms') || github.event_name == 'pull_request_target'
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:'
29
+
custom-pr-sign-comment: 'I have hereby read the F5 CLA and agree to its terms'
30
+
custom-allsigned-prcomment: '✅ All required contributors have signed the F5 CLA for this PR. Thank you!'
31
+
# Remote repository storing CLA signatures.
32
+
remote-organization-name: f5
33
+
remote-repository-name: f5-cla-data
34
+
path-to-signatures: signatures/signatures.json
35
+
# Comma separated list of usernames for maintainers or any other individuals who should not be prompted for a CLA.
36
+
# NOTE: You will want to edit the usernames to suit your project needs.
0 commit comments