Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

v0.6.0: Org Membership & Personal Token Support

Choose a tag to compare

@phernandez phernandez released this 05 Apr 04:27
· 12 commits to main since this release

New Features

Organization Membership Check

  • Added verification of organization membership for issue requests
  • Prevents API usage from random internet users
  • Configurable with require-org-membership and organization parameters
  • Default setting requires membership but can be disabled

Personal Access Token Support

  • Added support for using a personal access token for commits
  • Enables proper attribution in contributor graphs
  • Bypasses CLA requirements when using personal credentials
  • Set via the new personal-access-token parameter

Documentation

  • Updated README with new parameters
  • Added example configurations for both features
  • Added security considerations section

Version Update

  • Bumped version to 0.6.0 to reflect significant new features