chore: Better PR info and add repo dispatch listener

This commit is contained in:
Steve Johnson 2023-10-19 10:43:23 +08:00 committed by GitHub
parent 64ca1d61e0
commit 49e0b54c40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,8 @@
name: Update meta-core and go modules name: Update meta-core and go modules
on: on:
repository_dispatch:
types:
- core-updated
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@ -58,11 +61,10 @@ jobs:
title: 'Update Dependencies' title: 'Update Dependencies'
draft: false draft: false
body: | body: |
Update Dependencies
- Update Clash-Meta Core - Update Clash-Meta Core
- Update Go Modules - Update Go Module Dependecies.
labels: | labels: |
update Update
- name: Create PR outputs - name: Create PR outputs
if: ${{ steps.cpr.outputs.pull-request-number }} if: ${{ steps.cpr.outputs.pull-request-number }}