Skip to content

Bump @abaplint/cli from 2.110.1 to 2.112.13 #855

Bump @abaplint/cli from 2.110.1 to 2.112.13

Bump @abaplint/cli from 2.110.1 to 2.112.13 #855

Workflow file for this run

name: Automerge Dependabot
on: pull_request
permissions:
pull-requests: write
contents: write
jobs:
automerge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Auto Approve
if: steps.cpr.outputs.pull-request-operation == 'created'
run: gh pr review --approve "${{ steps.cpr.outputs.pull-request-number }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Automerge Pull Request
if: steps.cpr.outputs.pull-request-operation == 'created'
run: gh pr merge --merge --auto "1"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}