Skip to content

build(deps-dev): bump nuitka from 1.8.6 to 1.9.2 #1

build(deps-dev): bump nuitka from 1.8.6 to 1.9.2

build(deps-dev): bump nuitka from 1.8.6 to 1.9.2 #1

Workflow file for this run

name: Auto-Merge
on:
pull_request:
permissions:
contents: write
pull-requests: write
jobs:
merge:
if: github.actor == 'dependabot[bot]' || github.actor == 'pre-commit-ci[bot]'
runs-on: ubuntu-latest
steps:
- name: Enable auto-merge
run: gh pr merge ${{ github.event.pull_request.html_url }} --auto
env:
GH_TOKEN: ${{ github.token }}