Skip to content

Bug fix with reconstruction a single layer with transformation matrix #113

Bug fix with reconstruction a single layer with transformation matrix

Bug fix with reconstruction a single layer with transformation matrix #113

name: AutoMergeMainOnDevel
on:
push:
branches:
- 'main'
jobs:
auto_merge:
if: github.repository == 'cnr-isti-vclab/meshlab'
name: Automatic Merge Main On Devel
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Merge main -> devel
uses: devmasx/merge-branch@master
with:
type: now
target_branch: devel
message: "Automatic merge branch 'main' into 'devel'"
github_token: ${{ github.token }}