From 8a85f207b9fcd40ce09567480c057cef7c047f1a Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 14 Nov 2025 17:22:16 +0000 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d93366f..98300f8 100644 --- a/README.md +++ b/README.md @@ -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