Skip to content

Commit 31e96a1

Browse files
committed
auto-update feature branches when main is updated
1 parent 3c954a0 commit 31e96a1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/autoupdate.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: autoupdate
2+
on:
3+
push:
4+
branches:
5+
- main
6+
jobs:
7+
autoupdate:
8+
name: autoupdate
9+
runs-on: ubuntu
10+
steps:
11+
- uses: docker://chinthakagodawita/autoupdate-action:v1
12+
env:
13+
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
14+
PR_FILTER: "protected"
15+
MERGE_MSG: "Auto-update feature branch with changes from the main branch"

0 commit comments

Comments
 (0)