Releases: gojiplus/adjacent
Releases · gojiplus/adjacent
v1.4: Enhanced Features & Type Safety
🎉 New Features
- Repository Exclusions: Use
exclude_reposinput to skip specific repositories (comma-separated list) - Configurable Output: Set
max_reposto control how many repositories are displayed - Enhanced Documentation: Comprehensive configuration table with examples
🔧 Improvements
- Type Safety: Full Python type hints for better code quality and IDE support
- Stable Dependencies: Pinned versions in
requirements.txtprevent breaking changes - Better Action Metadata: Improved marketplace discoverability with enhanced descriptions
- Security Fix: Updated requests dependency to address CVE-2024-35195
📚 Usage
- name: Adjacent Repositories Recommender
uses: gojiplus/adjacent@v1.4
with:
token: ${{ secrets.GITHUB_TOKEN }}
similarity_method: 'combined'
exclude_repos: 'template,archived'
max_repos: '5'See the README for full configuration options.
Full Changelog: v1.3...v1.4
CherryBlossom
Fixes the update readme bug
Butterfly
Had not fixed the user_repos bug
Topic and readme similarity repo. recommender
With topic and semantic readme similarity
The new release has a readme similarity function as well and the default is combined (topic and readme) similarity.
Full Changelog: v.12...v1.0
v.12
Fix the secrets bug
Adjacent!
v.11 Update adjacent repos [automated]
v.1
Adjacent — Related Repositories Recommender!
Add related repos. (by you) in your readme.