Skip to content

Releases: 2ndSetAI/good-egg

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 12:43

What's Changed

New Contributors

Full Changelog: v1...v2.0.0

v1.1.0

Choose a tag to compare

@jeffreyksmithjr jeffreyksmithjr released this 26 Feb 19:31
712da70

What's New

Skip scoring for existing contributors (#40)

Good Egg now performs a lightweight pre-check before the full scoring pipeline. If the PR author already has merged PRs in the target repository, scoring is skipped and the trust level is reported as EXISTING_CONTRIBUTOR. This avoids unnecessary API calls and graph construction for established contributors.

New config, inputs, and parameters

  • skip_known_contributors config field (default: true) with GOOD_EGG_SKIP_KNOWN_CONTRIBUTORS env var
  • skip-known-contributors GitHub Action input
  • skipped GitHub Action output
  • --force-score CLI flag
  • force_score MCP server parameter on score_user, check_pr_author, and get_trust_details

New trust level

  • EXISTING_CONTRIBUTOR added to the TrustLevel enum, handled in all formatters (markdown, CLI, check run, JSON)

What's Changed

Full Changelog: v1...v1.1.0

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Feb 23:22
620df05

What's Changed

Full Changelog: v0...v1.0.0

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 17 Feb 21:30
026775d

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 10 Feb 14:34
4d9541b

What's Changed

Full Changelog: v0...v0.1.2

Good Egg v0.1.0 -- Trust scoring for GitHub PR authors

Choose a tag to compare

@jeffreyksmithjr jeffreyksmithjr released this 10 Feb 13:54
9dc2a88

Initial release.

What's Changed

Full Changelog: v0...v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Feb 01:40

What's Changed

New Contributors

Full Changelog: https://github.com/2ndSetAI/good-egg/commits/v0.1.0