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
30
+
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), 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:"
39
+
custom-pr-sign-comment: "I have hereby read the F5 CLA and agree to its terms"
40
+
custom-allsigned-prcomment: "✅ All required contributors have signed the F5 CLA for this PR. Thank you!"
type of issue it is (bug, feature request, etc) and to determine the milestone. Please see the [Issue
61
62
Lifecycle](ISSUE_LIFECYCLE.md) document for more information.
62
63
64
+
### F5 Contributor License Agreement (CLA)
65
+
66
+
F5 requires all external contributors to agree to the terms of the F5 CLA (available [here](https://github.com/f5/.github/blob/main/CLA/cla-markdown.md))
67
+
before any of their changes can be incorporated into an F5 Open Source repository.
68
+
69
+
If you have not yet agreed to the F5 CLA terms and submit a PR to this repository, a bot will prompt you to view and
70
+
agree to the F5 CLA. You will have to agree to the F5 CLA terms through a comment in the PR before any of your changes
71
+
can be merged. Your agreement signature will be safely stored by F5 and no longer be required in future PRs.
0 commit comments