From 8664beeb3b4c9857c051f49a8bc4942593073f3e Mon Sep 17 00:00:00 2001 From: Jeremy Daer Date: Mon, 27 Jul 2026 13:20:21 -0700 Subject: [PATCH] docs: add the branches filter to the caller contract Callers filter workflow_run at the trigger so runs are only created for Dependabot actions branches; keep the template in the header accurate. --- .github/workflows/dependabot-sync-actions-comments.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependabot-sync-actions-comments.yml b/.github/workflows/dependabot-sync-actions-comments.yml index c574749..5899639 100644 --- a/.github/workflows/dependabot-sync-actions-comments.yml +++ b/.github/workflows/dependabot-sync-actions-comments.yml @@ -20,6 +20,7 @@ name: Sync Dependabot action pin comments # workflow_run: # needs a dangerous-triggers ignore with rationale # workflows: [] # types: [completed] +# branches: ["dependabot/github_actions/**"] # no runs created for other branches # workflow_dispatch: # inputs: {branch: {type: string, required: true}, e2e: {type: boolean, default: false}} # jobs: