Skip to content

Bump actions/setup-python from 5 to 6 #119

Bump actions/setup-python from 5 to 6

Bump actions/setup-python from 5 to 6 #119

Workflow file for this run

name: automerge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
github-actions:
runs-on: ubuntu-latest
if: ${{ github.actor == 'koppor' }}
steps:
- name: Checkout
uses: actions/checkout@v5
with:
show-progress: ''
- name: Merge PR
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}