Merge pull request #1024 from fiedlr/afi-sdk-fix #286
This file contains hidden or 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: 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 }} |