Skip to content

Bump astral-sh/setup-uv from 7.1.4 to 7.1.5 in /.github/workflows #78

Bump astral-sh/setup-uv from 7.1.4 to 7.1.5 in /.github/workflows

Bump astral-sh/setup-uv from 7.1.4 to 7.1.5 in /.github/workflows #78

Workflow file for this run

name: Auto Merge
on:
pull_request:
merge_group:
permissions:
contents: write
pull-requests: write
jobs:
flag-pr:
runs-on: ubuntu-22.04
steps:
- name: Flag PR as Auto Mergeable
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: gh pr merge --auto --squash "$PR_URL"