Skip to content

MON-147416 Centreon next 24.09 (Jira release #20074#) #6

MON-147416 Centreon next 24.09 (Jira release #20074#)

MON-147416 Centreon next 24.09 (Jira release #20074#) #6

Workflow file for this run

---
name: Sync next major stable and dev version branches
on:
pull_request_target:
types:
- closed
branches:
- "master"
workflow_dispatch:
jobs:
main:
name: Sync Stable Branches
runs-on: ubuntu-22.04
if: github.event.pull_request.merged == true
steps:
- name: git checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
token: ${{ secrets.CENTREON_TECHNIQUE_PAT }}
- name: Sync Branches
id: release
uses: ./.github/actions/sync-branches
with:
src_branch: master
dest_branch: develop