Skip to content

chore(deps): bump oauth4webapi from 3.6.0 to 3.6.2 #47

chore(deps): bump oauth4webapi from 3.6.0 to 3.6.2

chore(deps): bump oauth4webapi from 3.6.0 to 3.6.2 #47

---
name: Dependabot PR
on:
pull_request_target:
types: [opened]
branches:
- main
permissions: {}
jobs:
merge-dependabot-pr:
name: Merge Dependabot PR
if: github.event.pull_request.user.login == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: mongodb-js/devtools-shared/actions/setup-bot-token@main
id: app-token
with:
app-id: ${{ vars.DEVTOOLS_BOT_APP_ID }}
private-key: ${{ secrets.DEVTOOLS_BOT_PRIVATE_KEY }}
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}