Skip to content

fix(ESSNTL-3718): Wrap group names in brackets (#1985) #104

fix(ESSNTL-3718): Wrap group names in brackets (#1985)

fix(ESSNTL-3718): Wrap group names in brackets (#1985) #104

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/[email protected]
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/[email protected]
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 }}