Skip to content

fix(container): add idattr and universe in zimbra link (#13846) #5022

fix(container): add idattr and universe in zimbra link (#13846)

fix(container): add idattr and universe in zimbra link (#13846) #5022

name: "Develop to master"
on:
push:
branches:
- develop
- "release/*"
jobs:
pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: pull-request
uses: repo-sync/pull-request@v2
with:
destination_branch: "master"
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_title: "New release"
pr_label: "release"
pr_draft: true
pr_template: ".github/RELEASE_TEMPLATE.md"