feat(actions): add CI review gateway action #68
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!68
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
POST /reviews/ci.Verification
nix develop -c cargo fmt --all -- --checknix develop -c cargo nextest run -p ar-gateway --no-tests=passCloses #43
This PR replaces the legacy local-review Forgejo action with a new gateway dispatcher for CI reviews, updating documentation and adding a static action contract test. The changes appear well-structured and safe to merge, but ensure users are informed about the new gateway requirements.
Walkthrough
.kilo/rules/branch-first.mdwas added, which advises creating a dedicated PR branch before starting implementation work. This should be documented for clarity.forgejo_action_posts_ci_review_to_gatewaywas added to ensure the action contract is met, checking for required inputs and correct endpoint usage.ar-gateway.action.ymlfile was simplified to remove legacy inputs and focus on the new gateway-based review process.New commits pushed, approval review dismissed automatically according to repository settings
This PR replaces the legacy local-review Forgejo action with a new gateway dispatcher for CI reviews, updating documentation and adding a contract test. The changes appear well-structured and safe to merge, with clear documentation and test coverage.
Walkthrough