Skip to content

Add debian12 support #42

Add debian12 support

Add debian12 support #42

Workflow file for this run

name: Auto Merge
on:
pull_request_target:
jobs:
auto-merge:
name: Merge Automatically
runs-on: ubuntu-20.04
if: github.actor == 'dependabot[bot]'
steps:
- name: Checkout
uses: actions/[email protected]
- name: Prepare Auto Merge
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}