mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
automatic merge main into devel
This commit is contained in:
parent
c391ebe51d
commit
3c05b28ab8
21
.github/workflows/AutoMergeMainOnDevel.yml
vendored
Normal file
21
.github/workflows/AutoMergeMainOnDevel.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
name: AutoMergeMainOnDevel
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
|
||||
jobs:
|
||||
auto_merge:
|
||||
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 }}
|
||||
Loading…
x
Reference in New Issue
Block a user