Skip to content

Bump rails from 8.1.2.1 to 8.1.3 #202

Bump rails from 8.1.2.1 to 8.1.3

Bump rails from 8.1.2.1 to 8.1.3 #202

Workflow file for this run

name: Dependabot
on: pull_request_target
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
name: Auto-merge
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Enable auto-merge
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}