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
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 }}