Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

⬆️ Bump next from 13.4.10 to 13.4.19 #52

⬆️ Bump next from 13.4.10 to 13.4.19

⬆️ Bump next from 13.4.10 to 13.4.19 #52

Workflow file for this run

name: Retarget Dependabot PRs
on:
pull_request_target:
types: [opened, edited]
jobs:
check-branch:
runs-on: ubuntu-latest
steps:
- uses: Vankka/pr-target-branch-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
target: main
exclude: development
change-to: development
comment: PR retargeted to development.