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.
This commit is contained in:
Claude
2025-11-14 17:22:16 +00:00
parent 14ab4250bb
commit 8a85f207b9

View File

@@ -49,6 +49,7 @@ Each solution includes complete working examples, configuration details, and exp
## 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**
- **[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