chore(deps-dev): bump semantic-release from 23.0.8 to 24.1.0 #275
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |