From 49e0b54c40165d633d08f00b66dd84ee15bb3ff7 Mon Sep 17 00:00:00 2001 From: Steve Johnson <144257728+stevejohnson7@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:43:23 +0800 Subject: [PATCH] chore: Better PR info and add repo dispatch listener --- .github/workflows/update-dependencies.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 93114fa2..353fd3e0 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -1,5 +1,8 @@ name: Update meta-core and go modules on: + repository_dispatch: + types: + - core-updated workflow_dispatch: jobs: @@ -58,11 +61,10 @@ jobs: title: 'Update Dependencies' draft: false body: | - Update Dependencies - Update Clash-Meta Core - - Update Go Modules + - Update Go Module Dependecies. labels: | - update + Update - name: Create PR outputs if: ${{ steps.cpr.outputs.pull-request-number }}