Skip to content

Bump ruff from 0.8.0 to 0.8.1 #1

Bump ruff from 0.8.0 to 0.8.1

Bump ruff from 0.8.0 to 0.8.1 #1

Workflow file for this run

name: Dependabot Auto Merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge ${{ github.event.pull_request.html_url }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}