From 96d287a3d15b5139c0f0cd3fb3ecfc91d54a6136 Mon Sep 17 00:00:00 2001 From: mc <42146119+mchammer01@users.noreply.github.com> Date: Mon, 10 Jul 2023 20:25:39 +0200 Subject: [PATCH] Fix automated comment being posted every time the secret-scanning.yml file is updated (#38821) Co-authored-by: Rachael Sewell --- .github/workflows/secret-scanning-pattern-table-updates.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/secret-scanning-pattern-table-updates.yml b/.github/workflows/secret-scanning-pattern-table-updates.yml index 3712213537..dff01ae65d 100644 --- a/.github/workflows/secret-scanning-pattern-table-updates.yml +++ b/.github/workflows/secret-scanning-pattern-table-updates.yml @@ -6,6 +6,7 @@ name: Secret Scanning Pattern Table Updates on: pull_request: + types: [opened] paths: - data/secret-scanning.yml permissions: