Skip to content

chore: bump rollup from 4.19.1 to 4.25.0 #148

chore: bump rollup from 4.19.1 to 4.25.0

chore: bump rollup from 4.19.1 to 4.25.0 #148

name: Create Pull Request
on:
push:
jobs:
create-pull-request:
name: Create Pull Request
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Create Pull Request
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PULL_REQUEST_BRANCH: main
PULL_REQUEST_TITLE: ${{ github.event.head_commit.message }}
uses: vsoch/pull-request-action@master