Merge pull request #682 from Mara3l/master #113
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: infra1-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 }} |