Skip to content

v1.4: Enhanced Features & Type Safety

Latest

Choose a tag to compare

@soodoku soodoku released this 04 Sep 20:11

πŸŽ‰ New Features

  • Repository Exclusions: Use exclude_repos input to skip specific repositories (comma-separated list)
  • Configurable Output: Set max_repos to 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.txt prevent 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