Skip to content

Bump pre-commit from 3.6.0 to 3.6.1 #49

Bump pre-commit from 3.6.0 to 3.6.1

Bump pre-commit from 3.6.0 to 3.6.1 #49

Workflow file for this run

name: bots-auto-merge
on:
pull_request:
jobs:
auto-merge:
runs-on: ubuntu-latest
strategy:
matrix:
bot: ['dependabot', 'pre-commit-ci']
steps:
- uses: actions/checkout@v4
- name: Auto merge ${{ matrix.bot }}
uses: ahmadnassri/[email protected]
with:
target: all
botName: ${{ matrix.bot }}
github-token: ${{ secrets.SECRET_AUTO_MERGE_ONTOUML_PY }}