Skip to content

Bump astral-sh/setup-uv from 8.3.2 to 9.0.0 in the github-actions group #139

Bump astral-sh/setup-uv from 8.3.2 to 9.0.0 in the github-actions group

Bump astral-sh/setup-uv from 8.3.2 to 9.0.0 in the github-actions group #139

Workflow file for this run

name: auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'autofix-ci/autofix.ci'
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}