Skip to content

Testing

Testing #1

Workflow file for this run

name: Sync release (test test)
on:
pull_request_target:
branches:
- chore/develop-sync
types:
- closed
jobs:
merge_release_branch_pr:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: checkout release branch
uses: actions/checkout@v3
- name: create Pull Request
uses: peter-evans/create-pull-request@v5
with:
base: develop
branch: merge-${{ github.head_ref }}