Conversation
… Workflows and provide corresponding documentation and examples.
17 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request significantly updates the documentation and example configurations for Simili-Bot, focusing on clarifying setup instructions for both single-repository and multi-repository (organization-wide) deployments. The changes provide improved guides, streamlined example files, and a more user-friendly README to help users get started quickly and correctly.
Key changes:
Documentation Improvements:
DOCS/multi-repo-org-setup.mdandDOCS/single-repo-setup.mdto provide clearer, step-by-step instructions for both organization-wide and single-repo setups, including best practices for using reusable workflows and managing secrets. [1] [2]README.mdto present a cleaner feature list, improved architecture explanation, simplified quick start, and direct links to new setup guides and example directories. [1] [2] [3] [4]Example Configuration and Workflow Files:
DOCS/examples/multi-repo/shared-workflow.yml: Defines a reusable workflow for Simili-Bot with inputs and secrets.DOCS/examples/multi-repo/caller-workflow.yml: Shows how individual repos call the shared workflow.DOCS/examples/multi-repo/simili.yaml: Example of a central configuration supporting multiple repositories.DOCS/examples/single-repo/simili.yaml: Minimal config for a single repository.DOCS/examples/single-repo/workflow.yml: Standard workflow for single-repo deployments.These changes make it much easier for users to set up Simili-Bot in both single and multi-repo environments, and provide clear, copy-pasteable examples for immediate use.