chore: initialize fullsend-0.21.0 per-repo installation#960
chore: initialize fullsend-0.21.0 per-repo installation#960samanthajayasinghe wants to merge 1 commit into
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (10)
Cache: Disabled due to data retention organization setting Knowledge base: Disabled due to data retention organization setting WalkthroughAdds a per-repo Fullsend config and a GitHub Actions workflow that forwards issue, issue_comment, pull_request, and pull_request_review events to the reusable Fullsend dispatch workflow. The workflow also handles ChangesFullsend integration
Sequence Diagram(s)Event dispatch sequenceDiagram
participant GitHub
participant fullsend as fullsend workflow
participant reusable as reusable-dispatch.yml
GitHub->>fullsend: issue, issue_comment, pull_request, or pull_request_review event
fullsend->>reusable: call pinned workflow with event action, config URL, and secrets
Stop-fix command sequenceDiagram
participant Contributor
participant GitHub
participant fullsend as fullsend workflow
participant gh as GitHub CLI
Contributor->>GitHub: `/fs-fix-stop` pull request comment
GitHub->>fullsend: issue_comment event
fullsend->>gh: create or apply fullsend-no-fix label
gh->>GitHub: apply label and post re-enable comment
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: samanthajayasinghe The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
What this PR does / Why we need it?
Which Jira/Github issue(s) does this PR fix?
Special notes for your reviewer
Unit Test Coverage
Guidelines
Test coverage checks
Pre-checks (if applicable)
/label tide/merge-method-squash
Summary by CodeRabbit