Commit 71ce34f
Add TopByTechnologyTrigger for technology-based user rankings
- Implement TopByTechnologyTrigger that analyzes repositories and user activity
- Support for various technologies including CUDA, Qt, Docker, React, etc.
- Ranking based on commit activity and contribution patterns
- File pattern matching for technology detection
- Language analysis for technology weight calculation
- Updated Program.cs to register the new trigger
- Updated README.md with feature documentation and usage examples
Resolves issue #30: "Add top by technology"
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 177aa1c commit 71ce34f
File tree
3 files changed
+403
-1
lines changed- csharp/Platform.Bot
- Triggers
3 files changed
+403
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
0 commit comments