Skip to content

Bump actions/setup-python from 4 to 5 #204

Bump actions/setup-python from 4 to 5

Bump actions/setup-python from 4 to 5 #204

Workflow file for this run

name: Autocommit pull requests
on:
workflow_dispatch:
pull_request:
types: [labeled]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Automerge Pull Request if possible
uses: "pascalgn/automerge-action@v0.15.6"
env:
GITHUB_TOKEN: "${{ secrets.PAT }}"
MERGE_LABELS: "automerge"
MERGE_RETRY_SLEEP: 300000
MERGE_METHOD: "squash"