Skip to content

Releases: gojiplus/adjacent

v1.4: Enhanced Features & Type Safety

04 Sep 20:11

Choose a tag to compare

🎉 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

CherryBlossom

01 Apr 23:50
a78c8c6

Choose a tag to compare

Fixes the update readme bug

Butterfly

01 Apr 23:46
d32ba0f

Choose a tag to compare

Had not fixed the user_repos bug

Topic and readme similarity repo. recommender

01 Apr 23:43
d71b79b

Choose a tag to compare

With topic and semantic readme similarity

01 Apr 23:21

Choose a tag to compare

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

29 Mar 03:30
ce7cda5

Choose a tag to compare

Fix the secrets bug

Adjacent!

29 Mar 03:20

Choose a tag to compare

v.11

Update adjacent repos [automated]

v.1

28 Mar 05:50

Choose a tag to compare

Adjacent — Related Repositories Recommender!

Add related repos. (by you) in your readme.