Skip to content

chore(deps-dev): bump @types/node from 20.12.7 to 20.14.8 #265

chore(deps-dev): bump @types/node from 20.12.7 to 20.14.8

chore(deps-dev): bump @types/node from 20.12.7 to 20.14.8 #265

name: reload-moker-plugins
on:
workflow_dispatch:
pull_request:
jobs:
reload-moker-plugins:
runs-on: ubuntu-latest
if: |
github.actor == 'dependabot[bot]' || github.event_name == 'workflow_dispatch'
steps:
- uses: actions/checkout@v4
- uses: hongaar/moker@v2
- uses: peter-evans/create-pull-request@v6
with:
title: "chore: reload moker plugins"
body: |
*馃 Automated changes by [moker](https://github.com/hongaar/moker)*
Please carefully review the changes, some plugins may override your changes.
token: ${{ secrets.GH_PAT }}