From 87fa49c3a12b1d785e07151a804526c4d022c6b9 Mon Sep 17 00:00:00 2001 From: David Lane <42013603+ReenigneArcher@users.noreply.github.com> Date: Thu, 12 Feb 2026 13:55:16 -0500 Subject: [PATCH] fix(pinact): Add Homebrew actions to ignore_actions list --- .github/workflows/__pinact.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/__pinact.yml b/.github/workflows/__pinact.yml index 991bb80c..f3c43f37 100644 --- a/.github/workflows/__pinact.yml +++ b/.github/workflows/__pinact.yml @@ -56,6 +56,8 @@ jobs: ignore_actions: - name: ${{ github.repository_owner }}/.* ref: master + - name: Homebrew/actions/.* + ref: main separator: " # " pinactRepo: ${{ github.event.inputs.pinactRepo }} pinactVersion: ${{ github.event.inputs.pinactVersion }}