π 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