feat(actions): add Forgejo CI action and quiet compare fallback #69
No reviewers
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/auto_review!69
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-43-forgejo-ci-review-action"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Verification
nix develop -c cargo fmt --all -- --checknix develop -c cargo nextest run -p ar-orchestrator compare_diffnix develop -c cargo nextest run -p ar-orchestratorThis PR introduces a new Forgejo CI review gateway action, updates documentation, and modifies error handling in the dispatcher. The changes appear well-structured and include tests for new functionality, but ensure that all breaking changes are communicated to users.
Walkthrough
.kilo/rules/branch-first.mdis added, but it is not referenced in any documentation. Consider adding references to ensure visibility.forgejo_action_posts_ci_review_to_gatewayis comprehensive but could benefit from comments for clarity. The new functioncompare_diff_fallback_levelis tested for specific error scenarios, but additional tests could improve coverage.action.ymlfile has been refactored to remove legacy inputs and streamline the action. This is a breaking change, so ensure users are informed and update dependent workflows.This PR introduces a new Forgejo CI review gateway action and modifies error handling for specific 404 errors in the dispatcher. The changes appear well-structured and include tests for the new functionality, making it safe to merge.
Walkthrough
compare_diff_fallback_leveldetermines the logging level based on the error content.compare_diff_fallback_levelfunction behaves as expected for different error scenarios.feat(actions): add Forgejo CI review gateway actionto feat(actions): add Forgejo CI action and quiet compare fallback