Skip to content

Small sanitations

Small sanitations #63

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/checkout@v4.1.0
- name: Prepare Auto Merge
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}