Skip to content

python 3.7 end of life #42

python 3.7 end of life

python 3.7 end of life #42

name: AutoMergeMainOnDevel
on:
push:
branches:
- 'main'
jobs:
auto_merge:
if: github.repository == 'cnr-isti-vclab/PyMeshLab'
name: Automatic Merge Main On Devel
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- 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 }}