Skip to content

Commit 1c16f49

Browse files
committed
autorebase with woodpecker
1 parent 87dcf0f commit 1c16f49

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

.woodpecker/cronRebase.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
when:
2+
- event: cron
3+
branch: main
4+
5+
steps:
6+
- name: sync repo
7+
image: dangherve/owngit
8+
commands:
9+
- ./buildTools/rebase.sh

.woodpecker/rebase.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
when:
2+
- event: push
3+
branch:
4+
exclude: main
5+
6+
steps:
7+
- name: sync repo
8+
image: dangherve/owngit
9+
commands:
10+
- ./buildTools/mainBranch.sh
11+
- ./buildTools/rebase.sh

0 commit comments

Comments
 (0)