chore: initialize fullsend-0.21.0 per-repo installation#961
chore: initialize fullsend-0.21.0 per-repo installation#961samanthajayasinghe 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 supported issue, comment, PR, and review events to a reusable Fullsend dispatch workflow. It also adds a ChangesFullsend per-repo setup
Sequence Diagram(s)sequenceDiagram
participant GitHub
participant fullsend_workflow as fullsend workflow
participant reusable_dispatch as reusable-dispatch.yml
participant PR as Pull Request
GitHub->>fullsend_workflow: issue, PR, and review events
fullsend_workflow->>reusable_dispatch: reusable workflow dispatch
GitHub->>fullsend_workflow: /fs-fix-stop issue_comment on a PR
fullsend_workflow->>PR: add fullsend-no-fix label
fullsend_workflow->>PR: post disabling comment
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@samanthajayasinghe: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #961 +/- ##
=======================================
Coverage 53.99% 53.99%
=======================================
Files 82 82
Lines 6323 6323
=======================================
Hits 3414 3414
Misses 2463 2463
Partials 446 446 🚀 New features to boost your workflow:
|
|
[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
New Features
Bug Fixes