Skip to content

Bump node-forge from 1.3.1 to 1.3.2 in /dynamic-copyright-date-block #16

Bump node-forge from 1.3.1 to 1.3.2 in /dynamic-copyright-date-block

Bump node-forge from 1.3.1 to 1.3.2 in /dynamic-copyright-date-block #16

name: Dependabot Auto-Approve
on: pull_request
permissions:
pull-requests: write
jobs:
dependabot-approve:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Approve Dependabot PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}