Skip to content

chore(deps): bump openai from 6.13.0 to 6.14.0 in the agent group #92

chore(deps): bump openai from 6.13.0 to 6.14.0 in the agent group

chore(deps): bump openai from 6.13.0 to 6.14.0 in the agent group #92

name: "Dependabot Automerge"
on:
pull_request:
branches:
- main
types: [opened, synchronize]
paths:
- "package.json"
- "package-lock.json"
jobs:
build-and-merge:
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Comment on PR
run: |
gh pr comment "$PR_URL" --body "@dependabot merge"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.DEPENDABOT_AUTOMERGE_GITHUB_TOKEN }}