Skip to content

Bump Jint from 4.6.0 to 4.6.1 #3634

Bump Jint from 4.6.0 to 4.6.1

Bump Jint from 4.6.0 to 4.6.1 #3634

Workflow file for this run

name: dependabot
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Retrieve Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@21025c705c08248db411dc16f3619e6b5f9ea21a # v2.5.0
- name: Auto Approve PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Auto Merge PR
run: gh pr merge --auto --squash "$PR_URL"
if: ${{ steps.metadata.outputs.package-ecosystem != 'github_actions' }}
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}