Skip to content

feat(RHIF-153): adopt new pdf generator service (#1961) #94

feat(RHIF-153): adopt new pdf generator service (#1961)

feat(RHIF-153): adopt new pdf generator service (#1961) #94

Workflow file for this run

name: Stage environment sync
on:
push:
branches:
- 'master'
jobs:
sync-branches:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Merge master -> qa-beta
uses: robotology/gh-action-nightly-merge@v1.4.0
with:
allow_ff: true
ff_only: true
stable_branch: master
user_name: compliance-github-bot
development_branch: qa-beta
push_token: 'GITHUB_TOKEN'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Merge master -> qa-stable
uses: robotology/gh-action-nightly-merge@v1.4.0
with:
allow_ff: true
ff_only: true
stable_branch: master
user_name: compliance-github-bot
development_branch: qa-stable
push_token: 'GITHUB_TOKEN'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}