Skip to content

Temp. add feature branch to GH action for testing #1

Temp. add feature branch to GH action for testing

Temp. add feature branch to GH action for testing #1

name: Change Dependabot branch to develop
on:
pull_request_target:
types:
- opened
- edited
branches:
- dependabot/*
push:
branches:
- feature-2456-dependabot-branch-action
jobs:
check-branch:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: Vankka/pr-target-branch-action@v3
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
target: main
change-to: develop