From 0dd5b0bcb96221713e7f9361ec01ec0d883c1055 Mon Sep 17 00:00:00 2001 From: Marcelo Gobetti <12944582+gobetti@users.noreply.github.com> Date: Tue, 3 Mar 2026 20:00:27 -0300 Subject: [PATCH] [IM-2221] Add workflow_call trigger for reuse across repos --- .github/workflows/auto-fill-pr.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/auto-fill-pr.yml b/.github/workflows/auto-fill-pr.yml index 341efb3..0c2cb96 100644 --- a/.github/workflows/auto-fill-pr.yml +++ b/.github/workflows/auto-fill-pr.yml @@ -3,6 +3,10 @@ name: Auto-fill PR Template on: pull_request: types: [opened] + workflow_call: + secrets: + ANTHROPIC_API_KEY: + required: false permissions: contents: read