Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions gh-agent-workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,15 @@ Default workflows:
Use `--workflows` (comma-separated) to override the defaults, `--skip-secret` to set the
secret manually, `--continuous-improvement` to also install selected continuous improvement
workflows, or `--repo OWNER/REPO` when auto-detection is not available.

`--continuous-improvement` adds:
- `bug-hunter`
- `bug-exterminator`
- `code-simplifier`
- `docs-drift`
- `docs-new-contributor-review`
- `small-problem-fixer`
- `stale-issues`
- `test-improvement`
- `breaking-change-detect`
- `semantic-function-clustering`
4 changes: 4 additions & 0 deletions scripts/quick-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,12 @@ continuous_improvement_workflows=(
bug-exterminator
code-simplifier
docs-drift
docs-new-contributor-review
small-problem-fixer
stale-issues
test-improvement
breaking-change-detect
semantic-function-clustering
)

if [ -n "$workflows_csv" ]; then
Expand Down
Loading