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
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'
# Any pull request targeting the following branch will trigger a CLA check
28
+
branch: 'main'
29
+
custom-pr-sign-comment: 'I have hereby read the F5 CLA and agree to its terms'
30
+
custom-notsigned-prcomment: '🎉 Thank you for your contribution. It appears you have not yet signed the F5 Contributor License Agreement, 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:'
31
+
custom-allsigned-prcomment: 'All required contributors have signed the F5 CLA for this PR ✅'
32
+
remote-organization-name: 'f5'
33
+
remote-repository-name: 'f5-cla-data'
34
+
# Comma seperated list of usernames for maintainers or any other individuals who should not be prompted for a CLA.
0 commit comments