From ae650f8355180ba4c3b09c48546ea5c648e46c1c Mon Sep 17 00:00:00 2001 From: evol1228 <138893139+evol1228@users.noreply.github.com> Date: Thu, 16 Jul 2026 05:18:08 +0200 Subject: [PATCH] docs: fix dead example links in custom-automations.md (#1513) --- docs/custom-automations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/custom-automations.md b/docs/custom-automations.md index fabb52ff..9bdaa0e2 100644 --- a/docs/custom-automations.md +++ b/docs/custom-automations.md @@ -26,7 +26,7 @@ This action supports the following GitHub events ([learn more GitHub event trigg ## Automated Documentation Updates -Automatically update documentation when specific files change (see [`examples/claude-pr-path-specific.yml`](../examples/claude-pr-path-specific.yml)): +Automatically update documentation when specific files change (see [`examples/pr-review-filtered-paths.yml`](../examples/pr-review-filtered-paths.yml)): ```yaml on: @@ -47,7 +47,7 @@ When API files are modified, the action automatically detects that a `prompt` is ## Author-Specific Code Reviews -Automatically review PRs from specific authors or external contributors (see [`examples/claude-review-from-author.yml`](../examples/claude-review-from-author.yml)): +Automatically review PRs from specific authors or external contributors (see [`examples/pr-review-filtered-authors.yml`](../examples/pr-review-filtered-authors.yml)): ```yaml on: