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
Copy file name to clipboardExpand all lines: .github/workflows/cla-check.yml
+13-24Lines changed: 13 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -16,31 +16,31 @@ jobs:
16
16
uses: actions/github-script@v7
17
17
with:
18
18
script: |
19
-
const body = `## 📋 Contributor License Agreement (CLA)
19
+
const body = `## Contributor License Agreement (CLA)
20
20
21
-
Thank you for your contribution to ToolBox!
21
+
Thank you for your contribution to ToolBox.
22
22
23
23
**By submitting this pull request, you automatically agree to our [Contributor License Agreement (CLA)](https://github.com/${context.repo.owner}/${context.repo.repo}/blob/main/CLA.md).**
24
24
25
-
### ⚠️ Important Points:
25
+
### Key Terms
26
26
27
-
- ✅ You grant the project owner exclusive commercial rights to this project
28
-
- ✅ You waive any claims to commercialization or royalties
29
-
- ✅ You retain rights to use your contributions for non-commercial purposes
30
-
- ✅ You confirm your contributions are your original work
31
-
- ✅ This agreement is automatic upon submission
27
+
- You grant the project owner exclusive commercial rights to this project
28
+
- You waive any claims to commercialization or royalties
29
+
- You retain rights to use your contributions for non-commercial purposes
30
+
- You confirm your contributions are your original work
31
+
- This agreement is automatic upon submission
32
32
33
-
### 📖 Full Agreement
33
+
### Full Agreement
34
34
35
-
Please read the complete [CLA](https://github.com/${context.repo.owner}/${context.repo.repo}/blob/main/CLA.md) for all terms and conditions.
35
+
Please review the complete [CLA](https://github.com/${context.repo.owner}/${context.repo.repo}/blob/main/CLA.md) for all terms and conditions.
36
36
37
-
### ❓ Questions?
37
+
### Questions
38
38
39
-
If you have questions about the CLA, please comment on this PR or open a discussion.
39
+
If you have questions about the CLA, please comment on this pull request or open a discussion.
40
40
41
41
---
42
42
43
-
**By keeping this PR open or updating it, you confirm your acceptance of the CLA.**`;
43
+
**By continuing with this pull request, you confirm your acceptance of the CLA.**`;
0 commit comments