Skip to content

Bump github/codeql-action from 3.24.0 to 3.25.3 #86

Bump github/codeql-action from 3.24.0 to 3.25.3

Bump github/codeql-action from 3.24.0 to 3.25.3 #86

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