Skip to content

Bump yard from 0.9.38 to 0.9.42 in /ruby #100

Bump yard from 0.9.38 to 0.9.42 in /ruby

Bump yard from 0.9.38 to 0.9.42 in /ruby #100

name: Auto-merge Dependabot
on: pull_request
permissions: {}
jobs:
auto-merge:
if: github.event.pull_request.user.login == 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: dependabot/fetch-metadata@21025c705c08248db411dc16f3619e6b5f9ea21a # v2.5.0
id: metadata
- if: steps.metadata.outputs.update-type != 'version-update:semver-major' && steps.metadata.outputs.package-ecosystem != 'github_actions'
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}