Skip to content

Merge branch 'fix/logrotate' and resolve merge conflicts #141

Merge branch 'fix/logrotate' and resolve merge conflicts

Merge branch 'fix/logrotate' and resolve merge conflicts #141

name: Sync Back to Development
on:
push:
branches:
- master
permissions:
contents: write
pull-requests: write
jobs:
sync-branches:
runs-on: ubuntu-latest
name: Syncing branches
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0
- name: Opening pull request
run: gh pr create -B development -H master --title 'Sync master back into development' --body 'Created by Github action' --label 'internal'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}