Releases: getsentry/action-onlyrobots
Releases · getsentry/action-onlyrobots
v1.6.0 - Enhanced AI Detection and Evaluation System
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
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
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-humaninput 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
- Added new
- Changed default for comments:
post-commentnow defaults totruefor 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
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
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
What's Changed
Full Changelog: v0...v1.1.0
v0.0.3 - Fix GitHub Action Bundling
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
v0.0.2 - Enhanced LLM Detection
v0.0.1 - Initial Release
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