Skip to content

Bump ruby/setup-ruby from 1.195.0 to 1.196.0 in the all group #230

Bump ruby/setup-ruby from 1.195.0 to 1.196.0 in the all group

Bump ruby/setup-ruby from 1.195.0 to 1.196.0 in the all group #230

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.16.4"
env:
GITHUB_TOKEN: "${{ secrets.PAT }}"
MERGE_LABELS: "automerge"
MERGE_RETRY_SLEEP: 300000
MERGE_METHOD: "squash"