Bump next from 14.2.15 to 15.0.1 #2763
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Auto-merge Dependabot PRs | |
on: pull_request_target | |
jobs: | |
auto-merge: | |
runs-on: ubuntu-latest | |
if: github.actor == 'dependabot[bot]' | |
steps: | |
- name: Checkout project source | |
uses: actions/[email protected] | |
- name: Dependabot Auto Merge | |
uses: ahmadnassri/[email protected] | |
with: | |
# Auto merge even major changes as long as the tests all pass | |
target: major | |
github-token: ${{secrets.AUTO_MERGE_TOKEN}} | |
command: squash and merge |