From e15a14408d0933a5a5684dd1be582b9a4903464f Mon Sep 17 00:00:00 2001 From: skudasov Date: Fri, 13 Sep 2024 11:51:51 +0200 Subject: [PATCH] trigger on push --- .github/workflows/dependabot-consumers-summary.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-consumers-summary.yaml b/.github/workflows/dependabot-consumers-summary.yaml index b6991a163..c0678794f 100644 --- a/.github/workflows/dependabot-consumers-summary.yaml +++ b/.github/workflows/dependabot-consumers-summary.yaml @@ -2,6 +2,7 @@ name: Print Consumers Dependabot Updates on: workflow_dispatch: + push: jobs: find_dependabot_prs: @@ -14,7 +15,7 @@ jobs: - name: Find Dependabot PRs run: | # Define the list of repositories - repos=("owner/repo1" "owner/repo2" "owner/repo3") + repos=("smartcontractkit/chainlink" "smartcontractkit/chainlink-solana") # Define the title pattern to search for title_pattern="Bump github.com/smartcontractkit/chainlink-testing-framework/lib from"