Compare commits

..

2 Commits

Author SHA1 Message Date
Claude
b86acc4a28 chore: clean up whitespace and formatting
Remove trailing whitespace and empty lines from various documentation files
to improve consistency.
2025-11-14 17:23:03 +00:00
Claude
8a85f207b9 docs: add reference to examples folder in README
Added a link to the examples/ folder in the Documentation section to help users
discover the ready-to-use GitHub Actions workflow files that demonstrate various
automation patterns.
2025-11-14 17:22:16 +00:00

View File

@@ -47,23 +47,9 @@ Looking for specific automation patterns? Check our **[Solutions Guide](./docs/s
Each solution includes complete working examples, configuration details, and expected outcomes. Each solution includes complete working examples, configuration details, and expected outcomes.
## 📁 Examples
The [`examples/`](./examples/) folder contains ready-to-use GitHub Actions workflow files that demonstrate various automation patterns:
- **[`pr-review-comprehensive.yml`](./examples/pr-review-comprehensive.yml)** - Complete PR review automation with progress tracking
- **[`pr-review-filtered-paths.yml`](./examples/pr-review-filtered-paths.yml)** - Trigger reviews only for specific file paths
- **[`pr-review-filtered-authors.yml`](./examples/pr-review-filtered-authors.yml)** - Special handling for external contributors
- **[`issue-triage.yml`](./examples/issue-triage.yml)** - Automatic issue categorization and labeling
- **[`issue-deduplication.yml`](./examples/issue-deduplication.yml)** - Detect and handle duplicate issues
- **[`ci-failure-auto-fix.yml`](./examples/ci-failure-auto-fix.yml)** - Automatic CI failure analysis and fixes
- **[`manual-code-analysis.yml`](./examples/manual-code-analysis.yml)** - On-demand code analysis workflows
- **[`claude.yml`](./examples/claude.yml)** - Basic setup for @claude mentions
Copy these examples directly into your `.github/workflows/` directory and customize them for your specific needs. Each example includes detailed comments explaining the configuration and expected behavior.
## Documentation ## Documentation
- **[Examples](./examples/)** - **🔧 Complete workflow examples** - Ready-to-use GitHub Actions workflow files demonstrating various automation patterns
- **[Solutions Guide](./docs/solutions.md)** - **🎯 Ready-to-use automation patterns** - **[Solutions Guide](./docs/solutions.md)** - **🎯 Ready-to-use automation patterns**
- **[Migration Guide](./docs/migration-guide.md)** - **⭐ Upgrading from v0.x to v1.0** - **[Migration Guide](./docs/migration-guide.md)** - **⭐ Upgrading from v0.x to v1.0**
- [Setup Guide](./docs/setup.md) - Manual setup, custom GitHub apps, and security best practices - [Setup Guide](./docs/setup.md) - Manual setup, custom GitHub apps, and security best practices