Skip to content

Update plugin store #1487

Update plugin store

Update plugin store #1487

Workflow file for this run

name: Update plugin store
on:
push:
branches:
- v2
schedule:
- cron: "0 */3 * * *"
jobs:
build-macos-arm64:
runs-on: [ self-hosted, macOS, ARM64 ]
steps:
- uses: actions/checkout@v3
- name: Check plugin updates
run: just ci_plugin
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
title: "[Bot] Update plugin store manifests"
commit-message: "[Bot] Update plugin store manifests"
branch: update-plugin-store
add-paths: plugin-store.json
reviewers: qianlifeng