Skip to content

Merge pull request #816 from no23reason/dho-cq-755-flexfun-schema #178

Merge pull request #816 from no23reason/dho-cq-755-flexfun-schema

Merge pull request #816 from no23reason/dho-cq-755-flexfun-schema #178

name: Back merge to rel/dev branch
on:
push:
branches:
- master
workflow_dispatch:
jobs:
master-to-fast:
if: ${{ github.ref == 'refs/heads/master' }}
permissions:
contents: write
pull-requests: write
runs-on:
group: infra1-runners-arc
labels: runners-small
steps:
- uses: gooddata/gooddata-python-sdk/.github/actions/merge@master
with:
merge: true
source: "master"
target: "rel/dev"
token_pr: ${{ secrets.TOKEN_GITHUB_YENKINS_ADMIN }}
token_push: ${{ secrets.TOKEN_GITHUB_YENKINS_ADMIN }}