-
Notifications
You must be signed in to change notification settings - Fork 0
Merge upstream branch
emmanuel.duchastenier@bonitasoft.com edited this page Mar 14, 2024
·
2 revisions
This workflow is used to automatically merge in the upstream branch of a repository following the Bonita platform lifecycle.
name: Merge Upstream
on:
workflow_dispatch:
push:
branches:
- '[0-9]+.[0-9]+.x'
- 'master'
- 'release-*'
jobs:
merge-upstream:
uses: bonitasoft/github-workflows/.github/workflows/_reusable_merge_upstream.yml@main
secrets: inheritNOTE: The upstream branch is determined using the SUPPORTED_BRANCHES organization variable. This variable has to be maintained properly when support versions are removed or added.
When a merge operation is in conflict a pull request is opened in conflict and assigned to the last known commit author.