Skip to content

chore(deps): bump org.openapitools:openapi-generator from 7.4.0 to 7.17.0 in the openapitools group #1

chore(deps): bump org.openapitools:openapi-generator from 7.4.0 to 7.17.0 in the openapitools group

chore(deps): bump org.openapitools:openapi-generator from 7.4.0 to 7.17.0 in the openapitools group #1

Workflow file for this run

name: Auto Merge
on:
pull_request_target:
types:
- labeled
- opened
- synchronize
- reopened
jobs:
automerge:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'automerge')
steps:
- name: Auto-approve
uses: hmarr/auto-approve-action@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Auto-merge
run: gh pr merge --auto --squash --delete-branch "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}