Merge pull request #3439 from BIZFactoryGmbH/feat/preview-changes #112
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: "Merge Release" | |
on: | |
push: | |
branches: | |
- release | |
jobs: | |
merge-release: | |
runs-on: ubuntu-latest | |
timeout-minutes: 3 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: pull-request | |
uses: repo-sync/pull-request@v2 | |
with: | |
destination_branch: "master" | |
pr_title: "Merge Release" | |
pr_reviewer: "thoniTUB,awildturtok" | |
pr_assignee: "thoniTUB,awildturtok" | |
github_token: ${{ secrets.GITHUB_TOKEN }} |