Skip to content

Bump yamllint from 1.33.0 to 1.38.0 #24

Bump yamllint from 1.33.0 to 1.38.0

Bump yamllint from 1.33.0 to 1.38.0 #24

Workflow file for this run

name: auto-merge
on:
pull_request:
jobs:
auto-merge:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: actions/checkout@v4
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.MERGE_TOKEN }}