Skip to content

Bump @netlify/plugin-nextjs from 4.40.0 to 4.40.1 #766

Bump @netlify/plugin-nextjs from 4.40.0 to 4.40.1

Bump @netlify/plugin-nextjs from 4.40.0 to 4.40.1 #766

Workflow file for this run

name: ✅ Automatically approve pull request
on:
pull_request:
branches:
- development
- production
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- name: ✅ Automatically approve
uses: hmarr/auto-approve-action@v2.0.0
if: github.actor == 'github-actions[bot]' || github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"