Skip to content

Releases: getsentry/action-onlyrobots

v1.6.0 - Enhanced AI Detection and Evaluation System

22 Jul 01:26

Choose a tag to compare

What's Changed

  • fix: switch to @vercel/ncc for proper dependency bundling by @dcramer in #8
  • fix: reset package.json version to 0.0.0 and update release command by @dcramer in #9
  • feat: add fun messages and PR comment option by @dcramer in #10
  • feat: enhance AI detection and add marketplace publishing docs by @dcramer in #11
  • Correct tag behavior by @dcramer in #12
  • feat: make build failure optional with new fail-on-human input by @dcramer in #15
  • Add Apache 2.0 License by @dcramer in #16
  • fix: enhance human PR detection to reduce false positives by @dcramer in #17
  • feat: add comprehensive evaluation system for AI detection accuracy by @dcramer in #18
  • feat: improve AI detection accuracy and add parallel evaluation by @dcramer in #20
  • test: add Seer-generated PR example to real-prs dataset by @dcramer in #21
  • test: add Claude Code PR example for GitHub Actions changes by @dcramer in #23
  • fix: round confidence percentages and remove flaky tests by @dcramer in #22

Full Changelog: v0...v1.6.0

v1.5.0 - Enhanced AI Detection

19 Jul 05:08

Choose a tag to compare

What's Changed

  • fix: switch to @vercel/ncc for proper dependency bundling by @dcramer in #8
  • fix: reset package.json version to 0.0.0 and update release command by @dcramer in #9
  • feat: add fun messages and PR comment option by @dcramer in #10
  • feat: enhance AI detection and add marketplace publishing docs by @dcramer in #11
  • Correct tag behavior by @dcramer in #12
  • feat: make build failure optional with new fail-on-human input by @dcramer in #15
  • Add Apache 2.0 License by @dcramer in #16
  • fix: enhance human PR detection to reduce false positives by @dcramer in #17

Full Changelog: v0...v1.5.0

v1.4.0 - Configurable Build Failure

17 Jul 05:26

Choose a tag to compare

What's Changed

New Features

  • Configurable build failure behavior: The action no longer fails builds by default when human code is detected
    • Added new fail-on-human input option (default: false)
    • When disabled, the action logs a warning instead of failing
    • Users can opt-in to strict behavior with fail-on-human: true
  • Changed default for comments: post-comment now defaults to true for better visibility

Breaking Changes

None - this release maintains backward compatibility while providing more flexibility.

Usage Example

- name: Only Robots
  uses: getsentry/action-onlyrobots@v1
  with:
    github-token: ${{ secrets.GITHUB_TOKEN }}
    openai-api-key: ${{ secrets.OPENAI_API_KEY }}
    post-comment: true    # Now default, posts fun comments when humans detected
    fail-on-human: false  # New option, doesn't fail the build (default)

Full Changelog: v1.3.0...v1.4.0

v1.3.0

17 Jul 03:56

Choose a tag to compare

What's Changed

  • docs: add required permissions to workflow examples by @dcramer in #2
  • feat: add comprehensive GitHub Action publish workflow by @dcramer in #3
  • docs: add GitHub CLI instructions to publishing guide by @dcramer in #4
  • fix: include dist/ directory in source control by @dcramer in #5
  • improve: enhance LLM detector accuracy with research-based signals by @dcramer in #6
  • fix: bundle dependencies for GitHub Action execution by @dcramer in #7
  • fix: switch to @vercel/ncc for proper dependency bundling by @dcramer in #8
  • fix: reset package.json version to 0.0.0 and update release command by @dcramer in #9
  • feat: add fun messages and PR comment option by @dcramer in #10
  • feat: enhance AI detection and add marketplace publishing docs by @dcramer in #11

New Contributors

Full Changelog: v1...v1.3.0

v1.2.0 - Minor Update

17 Jul 03:22

Choose a tag to compare

What's Changed

  • docs: add required permissions to workflow examples by @dcramer in #2
  • feat: add comprehensive GitHub Action publish workflow by @dcramer in #3
  • docs: add GitHub CLI instructions to publishing guide by @dcramer in #4
  • fix: include dist/ directory in source control by @dcramer in #5
  • improve: enhance LLM detector accuracy with research-based signals by @dcramer in #6
  • fix: bundle dependencies for GitHub Action execution by @dcramer in #7
  • fix: switch to @vercel/ncc for proper dependency bundling by @dcramer in #8
  • fix: reset package.json version to 0.0.0 and update release command by @dcramer in #9
  • feat: add fun messages and PR comment option by @dcramer in #10

New Contributors

Full Changelog: v1...v1.2.0

v1.1.0 - Minor improvements

17 Jul 02:39

Choose a tag to compare

What's Changed

  • fix: switch to @vercel/ncc for proper dependency bundling by @dcramer in #8

Full Changelog: v0...v1.1.0

v0.0.3 - Fix GitHub Action Bundling

17 Jul 00:57

Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Fixed GitHub Action execution by properly bundling all dependencies into dist/index.js
  • Switched from TypeScript compilation to tsdown bundling
  • Resolved issue where v0 tag wasn't working correctly in production

🔧 Technical Details

  • All dependencies are now bundled into a single minified file
  • Removed unnecessary build artifacts from dist folder
  • Updated build process to use tsdown instead of plain tsc

Full Changelog: v0.0.2...v0.0.3

v0

16 Jul 18:52
ce82b43

Choose a tag to compare

v0 Pre-release
Pre-release

Initial working release of the action.

v0.0.2 - Enhanced LLM Detection

17 Jul 00:07
5cde86e

Choose a tag to compare

What's Changed

  • docs: add GitHub CLI instructions to publishing guide by @dcramer in #4
  • fix: include dist/ directory in source control by @dcramer in #5
  • improve: enhance LLM detector accuracy with research-based signals by @dcramer in #6

Full Changelog: v0.0.1...v0.0.2

v0.0.1 - Initial Release

16 Jul 22:23
c17604a

Choose a tag to compare

Initial release of the Only Robots GitHub Action for enforcing agentic development practices.

What's Changed

  • docs: add required permissions to workflow examples by @dcramer in #2
  • feat: add comprehensive GitHub Action publish workflow by @dcramer in #3

New Contributors

Full Changelog: v0...v0.0.1